adminUsers

@JvmName(name = "ulxobqeaamekiwcm")
suspend fun adminUsers(value: Output<List<BareMetalClusterSecurityConfigAuthorizationAdminUserArgs>>)

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 = "cxjlklkpmccdrcxr")
suspend fun adminUsers(vararg values: Output<BareMetalClusterSecurityConfigAuthorizationAdminUserArgs>)


@JvmName(name = "crcuibgptqoaqums")
suspend fun adminUsers(values: List<Output<BareMetalClusterSecurityConfigAuthorizationAdminUserArgs>>)
@JvmName(name = "jqdbwanllquvpnbe")
suspend fun adminUsers(vararg values: BareMetalClusterSecurityConfigAuthorizationAdminUserArgs)

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 = "bhltpotjakyurgmm")
suspend fun adminUsers(argument: List<suspend BareMetalClusterSecurityConfigAuthorizationAdminUserArgsBuilder.() -> Unit>)
@JvmName(name = "jmxldbchmhgfpxmg")
suspend fun adminUsers(vararg argument: suspend BareMetalClusterSecurityConfigAuthorizationAdminUserArgsBuilder.() -> Unit)
@JvmName(name = "ogqctilbayedqura")
suspend fun adminUsers(argument: suspend BareMetalClusterSecurityConfigAuthorizationAdminUserArgsBuilder.() -> 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.