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 server.

Inheritance
azure.mgmt.containerservice._serialization.Model
ManagedClusterServicePrincipalProfile

Constructor

ManagedClusterServicePrincipalProfile(*, client_id: str, secret: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
client_id
str

The ID for the service principal. Required.

secret
str

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

Variables

Name Description
client_id
str

The ID for the service principal. Required.

secret
str

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