Class ProvisionPosixAccountRequest
A request message for creating a POSIX account entry.
Implements
Inherited Members
Namespace: Google.Apis.CloudOSLogin.v1alpha.Data
Assembly: Google.Apis.CloudOSLogin.v1alpha.dll
Syntax
public class ProvisionPosixAccountRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Regions
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.
Declaration
[JsonProperty("regions")]
public virtual IList<string> Regions { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |