Auto-generated API code (#2121)
This commit is contained in:
@ -15682,11 +15682,9 @@ export interface SecurityCreatedStatus {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export interface SecurityFieldRule {
|
export interface SecurityFieldRule {
|
||||||
username?: Name
|
username?: Names
|
||||||
dn?: Names
|
dn?: Names
|
||||||
groups?: Names
|
groups?: Names
|
||||||
metadata?: any
|
|
||||||
realm?: SecurityRealm
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface SecurityFieldSecurity {
|
export interface SecurityFieldSecurity {
|
||||||
@ -15716,10 +15714,6 @@ export interface SecurityManageUserPrivileges {
|
|||||||
applications: string[]
|
applications: string[]
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface SecurityRealm {
|
|
||||||
name: Name
|
|
||||||
}
|
|
||||||
|
|
||||||
export interface SecurityRealmInfo {
|
export interface SecurityRealmInfo {
|
||||||
name: Name
|
name: Name
|
||||||
type: string
|
type: string
|
||||||
|
|||||||
@ -15993,11 +15993,9 @@ export interface SecurityCreatedStatus {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export interface SecurityFieldRule {
|
export interface SecurityFieldRule {
|
||||||
username?: Name
|
username?: Names
|
||||||
dn?: Names
|
dn?: Names
|
||||||
groups?: Names
|
groups?: Names
|
||||||
metadata?: any
|
|
||||||
realm?: SecurityRealm
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface SecurityFieldSecurity {
|
export interface SecurityFieldSecurity {
|
||||||
@ -16027,10 +16025,6 @@ export interface SecurityManageUserPrivileges {
|
|||||||
applications: string[]
|
applications: string[]
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface SecurityRealm {
|
|
||||||
name: Name
|
|
||||||
}
|
|
||||||
|
|
||||||
export interface SecurityRealmInfo {
|
export interface SecurityRealmInfo {
|
||||||
name: Name
|
name: Name
|
||||||
type: string
|
type: string
|
||||||
|
|||||||
Reference in New Issue
Block a user