Show / Hide Table of Contents

Class ProvisionPosixAccountRequest

A request message for creating a POSIX account entry.

Inheritance
object
ProvisionPosixAccountRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX