ManagedClusterServicePrincipalProfile Class

Information about a service principal identity for the cluster to use for manipulating Azure APIs.

All required parameters must be populated in order to send to Azure.

Inheritance
ManagedClusterServicePrincipalProfile

Constructor

ManagedClusterServicePrincipalProfile(*, client_id: str, secret: Optional[str] = None, **kwargs)

Variables

client_id
str

Required. The ID for the service principal.

secret
str

The secret password associated with the service principal in plain text.