AadProfile interface
AAD Profile specifies attributes for Azure Active Directory integration.
Properties
| admin |
The list of AAD group object IDs that will have admin role of the cluster. |
| enable |
Whether to enable Azure RBAC for Kubernetes authorization. |
| 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[]
enableAzureRbac
Whether to enable Azure RBAC for Kubernetes authorization.
enableAzureRbac?: boolean
Property Value
boolean
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