File tree Expand file tree Collapse file tree 2 files changed +2
-14
lines changed
Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -15682,11 +15682,9 @@ export interface SecurityCreatedStatus {
1568215682}
1568315683
1568415684export interface SecurityFieldRule {
15685- username ?: Name
15685+ username ?: Names
1568615686 dn ?: Names
1568715687 groups ?: Names
15688- metadata ?: any
15689- realm ?: SecurityRealm
1569015688}
1569115689
1569215690export interface SecurityFieldSecurity {
@@ -15716,10 +15714,6 @@ export interface SecurityManageUserPrivileges {
1571615714 applications : string [ ]
1571715715}
1571815716
15719- export interface SecurityRealm {
15720- name : Name
15721- }
15722-
1572315717export interface SecurityRealmInfo {
1572415718 name : Name
1572515719 type : string
Original file line number Diff line number Diff line change @@ -15993,11 +15993,9 @@ export interface SecurityCreatedStatus {
1599315993}
1599415994
1599515995export interface SecurityFieldRule {
15996- username?: Name
15996+ username?: Names
1599715997 dn?: Names
1599815998 groups?: Names
15999- metadata?: any
16000- realm?: SecurityRealm
1600115999}
1600216000
1600316001export interface SecurityFieldSecurity {
@@ -16027,10 +16025,6 @@ export interface SecurityManageUserPrivileges {
1602716025 applications: string[]
1602816026}
1602916027
16030- export interface SecurityRealm {
16031- name: Name
16032- }
16033-
1603416028export interface SecurityRealmInfo {
1603516029 name: Name
1603616030 type: string
You can’t perform that action at this time.
0 commit comments