AuthorizationResponse

data class AuthorizationResponse(val adminUsers: List<ClusterUserResponse>)

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

Constructors

Link copied to clipboard
constructor(adminUsers: List<ClusterUserResponse>)

Types

Link copied to clipboard
object Companion

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.