adminUsers

@JvmName(name = "rdasprthessusove")
suspend fun adminUsers(value: Output<List<VMwareClusterAuthorizationAdminUserArgs>>)
@JvmName(name = "kuxbvkbpfalprhec")
suspend fun adminUsers(value: List<VMwareClusterAuthorizationAdminUserArgs>?)

Parameters

value

Users that will be granted the cluster-admin role on the cluster, providing full access to the cluster. Structure is documented below.


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


@JvmName(name = "faakhgttngyuijjp")
suspend fun adminUsers(values: List<Output<VMwareClusterAuthorizationAdminUserArgs>>)
@JvmName(name = "rausulalbaydtuje")
suspend fun adminUsers(vararg values: VMwareClusterAuthorizationAdminUserArgs)

Parameters

values

Users that will be granted the cluster-admin role on the cluster, providing full access to the cluster. Structure is documented below.


@JvmName(name = "ptpmyvabwioyobge")
suspend fun adminUsers(argument: List<suspend VMwareClusterAuthorizationAdminUserArgsBuilder.() -> Unit>)
@JvmName(name = "psgvehhpqgbkuxnu")
suspend fun adminUsers(vararg argument: suspend VMwareClusterAuthorizationAdminUserArgsBuilder.() -> Unit)
@JvmName(name = "iqcababqvvodydvj")
suspend fun adminUsers(argument: suspend VMwareClusterAuthorizationAdminUserArgsBuilder.() -> Unit)

Parameters

argument

Users that will be granted the cluster-admin role on the cluster, providing full access to the cluster. Structure is documented below.