Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ManagedClusterAADProfile

Package version

For more details see managed AAD on AKS.

Hierarchy

  • ManagedClusterAADProfile

Index

Properties

Optional adminGroupObjectIDs

adminGroupObjectIDs: string[]

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

Optional clientAppID

clientAppID: undefined | string

The client AAD application ID.

Optional enableAzureRbac

enableAzureRbac: undefined | false | true

Whether to enable Azure RBAC for Kubernetes authorization.

Optional managed

managed: undefined | false | true

Whether to enable managed AAD.

Optional serverAppID

serverAppID: undefined | string

The server AAD application ID.

Optional serverAppSecret

serverAppSecret: undefined | string

The server AAD application secret.

Optional tenantID

tenantID: undefined | string

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

Generated using TypeDoc