GetKubernetesClusterAzureActiveDirectoryRoleBasedAccessControl

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

Constructors

constructor(adminGroupObjectIds: List<String>, azureRbacEnabled: Boolean, clientAppId: String, managed: Boolean, serverAppId: String, 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 Client ID of an Azure Active Directory Application.

Link copied to clipboard

Is the Azure Active Directory integration Managed, meaning that Azure will create/manage the Service Principal used for integration?

Link copied to clipboard

The Server ID of an Azure Active Directory Application.

Link copied to clipboard

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