GoogleApi.VMwareEngine.V1.Model.Principal (google_api_v_mware_engine v0.5.0)

View Source

Users/Service accounts which have access for DNS binding on the intranet VPC corresponding to the consumer project.

Attributes

  • serviceAccount (type: String.t, default: nil) - The service account which needs to be granted the permission.
  • user (type: String.t, default: nil) - The user who needs to be granted permission.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.VMwareEngine.V1.Model.Principal{
  serviceAccount: String.t() | nil,
  user: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.