adminUsers

@JvmName(name = "sdnjtygvoqsehjlp")
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 = "nesijqdpyhneascj")
suspend fun adminUsers(vararg values: Output<BareMetalClusterSecurityConfigAuthorizationAdminUserArgs>)


@JvmName(name = "xxistxalyoeyvydd")
suspend fun adminUsers(values: List<Output<BareMetalClusterSecurityConfigAuthorizationAdminUserArgs>>)
@JvmName(name = "cihphpjrlgswlatu")
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 = "rhiksqrfksbaqcyq")
suspend fun adminUsers(argument: List<suspend BareMetalClusterSecurityConfigAuthorizationAdminUserArgsBuilder.() -> Unit>)
@JvmName(name = "eywwdeopcldhhhts")
suspend fun adminUsers(vararg argument: suspend BareMetalClusterSecurityConfigAuthorizationAdminUserArgsBuilder.() -> Unit)
@JvmName(name = "vnqvenbsxaogqfnh")
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.