GoogleApi.OSLogin.V1alpha.Model.ProvisionPosixAccountRequest (google_api_os_login v0.30.0)
View SourceA 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
@type t() :: %GoogleApi.OSLogin.V1alpha.Model.ProvisionPosixAccountRequest{ regions: [String.t()] | nil }