1
0
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:
carolyn
2018-05-15 16:00:19 -07:00
committed by Craig Jellick
parent 399c3285f8
commit 53fa586170

View File

@@ -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 {