adminUsers

@JvmName(name = "bjawhhglopktnhmp")
suspend fun adminUsers(value: Output<List<VMwareClusterAuthorizationAdminUserArgs>>)
@JvmName(name = "bplhrjrxvbehcvga")
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 = "ygbwkcpapgtrxeru")
suspend fun adminUsers(vararg values: Output<VMwareClusterAuthorizationAdminUserArgs>)


@JvmName(name = "tvmsgffhqxyoodad")
suspend fun adminUsers(values: List<Output<VMwareClusterAuthorizationAdminUserArgs>>)
@JvmName(name = "imnjktrxcsrcyfkx")
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 = "frvivclgrpqubdkc")
suspend fun adminUsers(argument: List<suspend VMwareClusterAuthorizationAdminUserArgsBuilder.() -> Unit>)
@JvmName(name = "vvotkirtkpxiubeo")
suspend fun adminUsers(vararg argument: suspend VMwareClusterAuthorizationAdminUserArgsBuilder.() -> Unit)
@JvmName(name = "kbxvxnkkvqyhjeql")
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.