adminUsers

@JvmName(name = "phvlnkrxfmsdmbhn")
suspend fun adminUsers(value: Output<List<AzureClusterAuthorizationAdminUserArgs>>)
@JvmName(name = "ncpvrqkypyrqgpgj")
suspend fun adminUsers(value: List<AzureClusterAuthorizationAdminUserArgs>)

Parameters

value

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


@JvmName(name = "fksytbdebvqfxxvm")
suspend fun adminUsers(vararg values: Output<AzureClusterAuthorizationAdminUserArgs>)


@JvmName(name = "gdajtmhubjegnarr")
suspend fun adminUsers(values: List<Output<AzureClusterAuthorizationAdminUserArgs>>)
@JvmName(name = "elllbaxjaqsodgbs")
suspend fun adminUsers(vararg values: AzureClusterAuthorizationAdminUserArgs)

Parameters

values

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


@JvmName(name = "iaagpupxagtqdver")
suspend fun adminUsers(argument: List<suspend AzureClusterAuthorizationAdminUserArgsBuilder.() -> Unit>)
@JvmName(name = "sojqpnqofjehgcij")
suspend fun adminUsers(vararg argument: suspend AzureClusterAuthorizationAdminUserArgsBuilder.() -> Unit)
@JvmName(name = "ohsqoittvumfetmx")
suspend fun adminUsers(argument: suspend AzureClusterAuthorizationAdminUserArgsBuilder.() -> Unit)

Parameters

argument

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