adminUsers

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


@JvmName(name = "njrpxgwbaxctqkoj")
suspend fun adminUsers(values: List<Output<AzureClusterAuthorizationAdminUserArgs>>)
@JvmName(name = "lqmlbiusqvgitfgd")
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 = "bawynmutieqawxer")
suspend fun adminUsers(argument: List<suspend AzureClusterAuthorizationAdminUserArgsBuilder.() -> Unit>)
@JvmName(name = "jemnolhmbyplegqb")
suspend fun adminUsers(vararg argument: suspend AzureClusterAuthorizationAdminUserArgsBuilder.() -> Unit)
@JvmName(name = "qyyvwshrficlxkdq")
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