OpenShiftManagedClusterIdentityProvider Class
Defines the configuration of the identity providers to be used in the OpenShift cluster.
- Inheritance
-
azure.mgmt.containerservice._serialization.ModelOpenShiftManagedClusterIdentityProvider
Constructor
OpenShiftManagedClusterIdentityProvider(*, name: str | None = None, provider: _models.OpenShiftManagedClusterBaseIdentityProvider | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
Name of the provider. |
provider
|
Configuration of the provider. |
Variables
Name | Description |
---|---|
name
|
Name of the provider. |
provider
|
Configuration of the provider. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python