AadProfileResponse

data class AadProfileResponse(val adminGroupObjectIDs: List<String>? = null, val enableAzureRBAC: Boolean? = null, val tenantID: String? = null)

AAD Profile specifies attributes for Azure Active Directory integration.

Constructors

Link copied to clipboard
constructor(adminGroupObjectIDs: List<String>? = null, enableAzureRBAC: Boolean? = null, tenantID: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Whether to enable Azure RBAC for Kubernetes authorization.

Link copied to clipboard
val tenantID: String? = null

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