AADProfile Args
data class AADProfileArgs(val adminGroupObjectIDs: Output<List<String>>? = null, val clientAppID: Output<String>? = null, val enableAzureRbac: Output<Boolean>? = null, val managed: Output<Boolean>? = null, val serverAppID: Output<String>? = null, val serverAppSecret: Output<String>? = null, val tenantID: Output<String>? = null) : ConvertibleToJava<AADProfileArgs>
AAD Profile specifies attributes for Azure Active Directory integration.
Properties
Link copied to clipboard
The list of AAD group object IDs that will have admin role of the cluster.
Link copied to clipboard
The client AAD application ID.
Link copied to clipboard
Whether to enable Azure RBAC for Kubernetes authorization.
Link copied to clipboard
The server AAD application ID.
Link copied to clipboard
The server AAD application secret.