GetKubernetesClusterAzureActiveDirectoryRoleBasedAccessControl

data class GetKubernetesClusterAzureActiveDirectoryRoleBasedAccessControl(val adminGroupObjectIds: List<String>, val azureRbacEnabled: Boolean, val tenantId: String)

Constructors

constructor(adminGroupObjectIds: List<String>, azureRbacEnabled: Boolean, tenantId: String)

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

The Tenant ID of the System Assigned Managed Service Identity that is configured on this Kubernetes Cluster.