OpenShiftManagedClusterIdentityProvider Class

Defines the configuration of the identity providers to be used in the OpenShift cluster.

Inheritance
azure.mgmt.containerservice._serialization.Model
OpenShiftManagedClusterIdentityProvider

Constructor

OpenShiftManagedClusterIdentityProvider(*, name: str | None = None, provider: _models.OpenShiftManagedClusterBaseIdentityProvider | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

Name of the provider.

provider

Configuration of the provider.

Variables

Name Description
name
str

Name of the provider.

provider

Configuration of the provider.