AzureClusterAuthorizationArgs

data class AzureClusterAuthorizationArgs(val adminGroups: Output<List<AzureClusterAuthorizationAdminGroupArgs>>? = null, val adminUsers: Output<List<AzureClusterAuthorizationAdminUserArgs>>) : ConvertibleToJava<AzureClusterAuthorizationArgs>

Constructors

Link copied to clipboard
constructor(adminGroups: Output<List<AzureClusterAuthorizationAdminGroupArgs>>? = null, adminUsers: Output<List<AzureClusterAuthorizationAdminUserArgs>>)

Properties

Link copied to clipboard

Groups of users that can perform operations as a cluster admin. A managed ClusterRoleBinding will be created to grant the cluster-admin ClusterRole to the groups. Up to ten admin groups can be provided. For more info on RBAC, see https://kubernetes.io/docs/reference/access-authn-authz/rbac/#user-facing-roles

Link copied to clipboard

Users that can perform operations as a cluster admin. A new ClusterRoleBinding will be created to grant the cluster-admin ClusterRole to the users. Up to ten admin users can be provided. For more info on RBAC, see https://kubernetes.io/docs/reference/access-authn-authz/rbac/#user-facing-roles

Functions

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