View Source GoogleApi.GKEOnPrem.V1.Model.ClusterUser (google_api_gke_on_prem v0.6.1)

ClusterUser configures user principals for an RBAC policy.

Attributes

  • username (type: String.t, default: nil) - Required. The name of the user, e.g. my-gcp-id@gmail.com.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.GKEOnPrem.V1.Model.ClusterUser{username: String.t() | nil}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.