OpenShiftManagedClusterAADIdentityProvider Class
Defines the Identity provider for MS AAD.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.containerservice.v2019_09_30_preview.models._models_py3.OpenShiftManagedClusterBaseIdentityProviderOpenShiftManagedClusterAADIdentityProvider
Constructor
OpenShiftManagedClusterAADIdentityProvider(*, client_id: Optional[str] = None, secret: Optional[str] = None, tenant_id: Optional[str] = None, customer_admin_group_id: Optional[str] = None, **kwargs)
Variables
- kind
- str
Required. The kind of the provider.Constant filled by server.
- client_id
- str
The clientId password associated with the provider.
- secret
- str
The secret password associated with the provider.
- tenant_id
- str
The tenantId associated with the provider.
- customer_admin_group_id
- str
The groupId to be granted cluster admin role.
Feedback
Submit and view feedback for