KubernetesClusterAzureActiveDirectoryRoleBasedAccessControl

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

Constructors

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 Object IDs of Azure Active Directory Groups which should have Admin Role on the Cluster.

Link copied to clipboard

Is Role Based Access Control based on Azure AD enabled?

Link copied to clipboard
val tenantId: String? = null

The Tenant ID used for Azure Active Directory Application. If this isn't specified the Tenant ID of the current Subscription is used.