mirror of
https://github.com/rancher/types.git
synced 2025-09-17 23:38:20 +00:00
delete AdminAccountUsername AdminAccountPassword
This commit is contained in:
@@ -157,12 +157,10 @@ type AzureADConfig struct {
|
||||
metav1.ObjectMeta `json:"metadata,omitempty"`
|
||||
AuthConfig `json:",inline" mapstructure:",squash"`
|
||||
|
||||
TenantID string `json:"tenantId,omitempty" norman:"required"`
|
||||
ClientID string `json:"clientId,omitempty" norman:"required"`
|
||||
Domain string `json:"domain,omitempty" norman:"required"`
|
||||
ClientSecret string `json:"clientSecret,omitempty"`
|
||||
AdminAccountUsername string `json:"adminAccountUsername,omitempty" norman:"required"`
|
||||
AdminAccountPassword string `json:"adminAccountPassword,omitempty" norman:"required"`
|
||||
TenantID string `json:"tenantId,omitempty" norman:"required"`
|
||||
ClientID string `json:"clientId,omitempty" norman:"required"`
|
||||
Domain string `json:"domain,omitempty" norman:"required"`
|
||||
ClientSecret string `json:"clientSecret,omitempty"`
|
||||
}
|
||||
|
||||
type AzureADTestAndApplyInput struct {
|
||||
|
Reference in New Issue
Block a user