ProvisionedClusterAzureActiveDirectory

data class ProvisionedClusterAzureActiveDirectory(val adminGroupObjectIds: List<String>? = null, val azureRbacEnabled: Boolean? = null, val tenantId: String? = null)

Constructors

Link copied to clipboard
constructor(adminGroupObjectIds: List<String>? = null, azureRbacEnabled: Boolean? = null, tenantId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of IDs of Microsoft Entra ID Groups. All members of the specified Microsoft Entra ID Groups have the cluster administrator access to the Kubernetes cluster.

Link copied to clipboard

Whether to enable Azure RBAC for Kubernetes authorization. Defaults to false.

Link copied to clipboard
val tenantId: String? = null

The Tenant ID to use for authentication. If not specified, the Tenant of the Arc Kubernetes Cluster will be used.