adminGroups

@JvmName(name = "phhpleivmsieddsi")
suspend fun adminGroups(value: Output<List<AzureClusterAuthorizationAdminGroupArgs>>)
@JvmName(name = "afqwhriecsqspirm")
suspend fun adminGroups(value: List<AzureClusterAuthorizationAdminGroupArgs>?)

Parameters

value

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


@JvmName(name = "pkxejytfllixnemt")
suspend fun adminGroups(vararg values: Output<AzureClusterAuthorizationAdminGroupArgs>)


@JvmName(name = "enpxrsanykdxgegg")
suspend fun adminGroups(values: List<Output<AzureClusterAuthorizationAdminGroupArgs>>)
@JvmName(name = "ugiyddsctuynafde")
suspend fun adminGroups(vararg values: AzureClusterAuthorizationAdminGroupArgs)

Parameters

values

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


@JvmName(name = "waxpgshjgjmsibgi")
suspend fun adminGroups(argument: List<suspend AzureClusterAuthorizationAdminGroupArgsBuilder.() -> Unit>)
@JvmName(name = "iplfikkxdiajsuwg")
suspend fun adminGroups(vararg argument: suspend AzureClusterAuthorizationAdminGroupArgsBuilder.() -> Unit)
@JvmName(name = "tplccvaqvodsjkcx")
suspend fun adminGroups(argument: suspend AzureClusterAuthorizationAdminGroupArgsBuilder.() -> Unit)

Parameters

argument

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