AuthorizationArgs

data class AuthorizationArgs(val adminUsers: Output<List<ClusterUserArgs>>) : ConvertibleToJava<AuthorizationArgs>

Authorization defines the On-Prem cluster authorization configuration to bootstrap onto the admin cluster.

Constructors

Link copied to clipboard
fun AuthorizationArgs(adminUsers: Output<List<ClusterUserArgs>>)

Functions

Link copied to clipboard
open override fun toJava(): AuthorizationArgs

Properties

Link copied to clipboard

For VMware user, bare metal user and standalone clusters, users that will be granted the cluster-admin role on the cluster, providing full access to the cluster. For bare metal Admin cluster, users will be granted the view role, which is a view only access.