ManagedClusterAADProfile Class

AADProfile specifies attributes for Azure Active Directory integration.

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

Inheritance
ManagedClusterAADProfile

Constructor

ManagedClusterAADProfile(*, client_app_id: str, server_app_id: str, server_app_secret: Optional[str] = None, tenant_id: Optional[str] = None, **kwargs)

Variables

client_app_id
str

Required. The client AAD application ID.

server_app_id
str

Required. The server AAD application ID.

server_app_secret
str

The server AAD application secret.

tenant_id
str

The AAD tenant ID to use for authentication. If not specified, will use the tenant of the deployment subscription.