adminUsers

@JvmName(name = "axfnjhbpvmbaxqer")
suspend fun adminUsers(value: Output<List<AzureClusterAuthorizationAdminUserArgs>>)
@JvmName(name = "pfnwiepoouqtushh")
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 = "iyjwecexqkwoxcli")
suspend fun adminUsers(vararg values: Output<AzureClusterAuthorizationAdminUserArgs>)


@JvmName(name = "hgxoetrmsvhijcwg")
suspend fun adminUsers(values: List<Output<AzureClusterAuthorizationAdminUserArgs>>)
@JvmName(name = "sgdpgmxeucjelueb")
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 = "swgkunrgqyqsotsn")
suspend fun adminUsers(argument: List<suspend AzureClusterAuthorizationAdminUserArgsBuilder.() -> Unit>)
@JvmName(name = "thsfnuscvgdiovaw")
suspend fun adminUsers(vararg argument: suspend AzureClusterAuthorizationAdminUserArgsBuilder.() -> Unit)
@JvmName(name = "qojdlejsmtqchxsi")
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