ProvisionedClusterAzureActiveDirectoryArgs

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

Constructors

constructor(adminGroupObjectIds: Output<List<String>>? = null, azureRbacEnabled: Output<Boolean>? = null, tenantId: Output<String>? = null)

Properties

Link copied to clipboard
val adminGroupObjectIds: Output<List<String>>? = null

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
val azureRbacEnabled: Output<Boolean>? = null

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

Link copied to clipboard
val tenantId: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): ProvisionedClusterAzureActiveDirectoryArgs