mirror of
https://github.com/rancher/types.git
synced 2025-07-06 18:26:13 +00:00
run go generate
This commit is contained in:
parent
1be43c2851
commit
1ba55f6d2d
@ -18,6 +18,7 @@ const (
|
||||
ActiveDirectoryConfigFieldGroupObjectClass = "groupObjectClass"
|
||||
ActiveDirectoryConfigFieldGroupSearchAttribute = "groupSearchAttribute"
|
||||
ActiveDirectoryConfigFieldGroupSearchBase = "groupSearchBase"
|
||||
ActiveDirectoryConfigFieldGroupSearchFilter = "groupSearchFilter"
|
||||
ActiveDirectoryConfigFieldLabels = "labels"
|
||||
ActiveDirectoryConfigFieldName = "name"
|
||||
ActiveDirectoryConfigFieldNestedGroupMembershipEnabled = "nestedGroupMembershipEnabled"
|
||||
@ -37,6 +38,7 @@ const (
|
||||
ActiveDirectoryConfigFieldUserObjectClass = "userObjectClass"
|
||||
ActiveDirectoryConfigFieldUserSearchAttribute = "userSearchAttribute"
|
||||
ActiveDirectoryConfigFieldUserSearchBase = "userSearchBase"
|
||||
ActiveDirectoryConfigFieldUserSearchFilter = "userSearchFilter"
|
||||
)
|
||||
|
||||
type ActiveDirectoryConfig struct {
|
||||
@ -56,6 +58,7 @@ type ActiveDirectoryConfig struct {
|
||||
GroupObjectClass string `json:"groupObjectClass,omitempty" yaml:"groupObjectClass,omitempty"`
|
||||
GroupSearchAttribute string `json:"groupSearchAttribute,omitempty" yaml:"groupSearchAttribute,omitempty"`
|
||||
GroupSearchBase string `json:"groupSearchBase,omitempty" yaml:"groupSearchBase,omitempty"`
|
||||
GroupSearchFilter string `json:"groupSearchFilter,omitempty" yaml:"groupSearchFilter,omitempty"`
|
||||
Labels map[string]string `json:"labels,omitempty" yaml:"labels,omitempty"`
|
||||
Name string `json:"name,omitempty" yaml:"name,omitempty"`
|
||||
NestedGroupMembershipEnabled *bool `json:"nestedGroupMembershipEnabled,omitempty" yaml:"nestedGroupMembershipEnabled,omitempty"`
|
||||
@ -75,4 +78,5 @@ type ActiveDirectoryConfig struct {
|
||||
UserObjectClass string `json:"userObjectClass,omitempty" yaml:"userObjectClass,omitempty"`
|
||||
UserSearchAttribute string `json:"userSearchAttribute,omitempty" yaml:"userSearchAttribute,omitempty"`
|
||||
UserSearchBase string `json:"userSearchBase,omitempty" yaml:"userSearchBase,omitempty"`
|
||||
UserSearchFilter string `json:"userSearchFilter,omitempty" yaml:"userSearchFilter,omitempty"`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user