GoogleApi.OSLogin.V1alpha.Model.ProvisionPosixAccountRequest (google_api_os_login v0.30.0)

View Source

A request message for creating a POSIX account entry.

Attributes

  • regions (type: list(String.t), default: nil) - Optional. The regions to wait for a POSIX account to be written to before returning a response. If unspecified, defaults to all regions. Regions are listed at https://cloud.google.com/about/locations#region.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.OSLogin.V1alpha.Model.ProvisionPosixAccountRequest{
  regions: [String.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.