Share via


ManagedClusterAADProfileOutput interface

For more details see managed AAD on AKS.

Properties

adminGroupObjectIDs

The list of AAD group object IDs that will have admin role of the cluster.

clientAppID

The client AAD application ID.

enableAzureRBAC

Whether to enable Azure RBAC for Kubernetes authorization.

managed

Whether to enable managed AAD.

serverAppID

The server AAD application ID.

serverAppSecret

The server AAD application secret.

tenantID

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

Property Details

adminGroupObjectIDs

The list of AAD group object IDs that will have admin role of the cluster.

adminGroupObjectIDs?: string[]

Property Value

string[]

clientAppID

The client AAD application ID.

clientAppID?: string

Property Value

string

enableAzureRBAC

Whether to enable Azure RBAC for Kubernetes authorization.

enableAzureRBAC?: boolean

Property Value

boolean

managed

Whether to enable managed AAD.

managed?: boolean

Property Value

boolean

serverAppID

The server AAD application ID.

serverAppID?: string

Property Value

string

serverAppSecret

The server AAD application secret.

serverAppSecret?: string

Property Value

string

tenantID

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

tenantID?: string

Property Value

string