Managed Cluster AADProfile Response
data class ManagedClusterAADProfileResponse(val adminGroupObjectIDs: List<String>? = null, val clientAppID: String? = null, val enableAzureRBAC: Boolean? = null, val managed: Boolean? = null, val serverAppID: String? = null, val serverAppSecret: String? = null, val tenantID: String? = null)
For more details see managed AAD on AKS.
Constructors
Properties
Link copied to clipboard
The list of AAD group object IDs that will have admin role of the cluster.
Link copied to clipboard
(DEPRECATED) The client AAD application ID. Learn more at https://aka.ms/aks/aad-legacy.
Link copied to clipboard
Whether to enable Azure RBAC for Kubernetes authorization.
Link copied to clipboard
(DEPRECATED) The server AAD application ID. Learn more at https://aka.ms/aks/aad-legacy.
Link copied to clipboard
(DEPRECATED) The server AAD application secret. Learn more at https://aka.ms/aks/aad-legacy.