admin Users
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.
suspend fun adminUsers(vararg values: Output<BareMetalClusterSecurityConfigAuthorizationAdminUserArgs>)
suspend fun adminUsers(values: List<Output<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.
suspend fun adminUsers(argument: List<suspend BareMetalClusterSecurityConfigAuthorizationAdminUserArgsBuilder.() -> Unit>)
suspend fun adminUsers(vararg argument: suspend BareMetalClusterSecurityConfigAuthorizationAdminUserArgsBuilder.() -> Unit)
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.