View Source GoogleApi.GKEOnPrem.V1.Model.VmwareAdminAuthorizationConfig (google_api_gke_on_prem v0.6.0)

VmwareAdminAuthorizationConfig represents configuration for admin cluster authorization.

Attributes

  • viewerUsers (type: list(GoogleApi.GKEOnPrem.V1.Model.ClusterUser.t), default: nil) - For VMware admin clusters, users will be granted the cluster-viewer role on the cluster.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEOnPrem.V1.Model.VmwareAdminAuthorizationConfig{
  viewerUsers: [GoogleApi.GKEOnPrem.V1.Model.ClusterUser.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.