Show / Hide Table of Contents

Class WorkforcePoolAllowedLocations

Represents a list of allowed locations for given workforce pool.

Inheritance
object
WorkforcePoolAllowedLocations
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.IAMCredentials.v1.Data
Assembly: Google.Apis.IAMCredentials.v1.dll
Syntax
public class WorkforcePoolAllowedLocations : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EncodedLocations

Output only. The hex encoded bitmap of the trust boundary locations

Declaration
[JsonProperty("encodedLocations")]
public virtual string EncodedLocations { get; set; }
Property Value
Type Description
string

Locations

Output only. The human readable trust boundary locations. For example, ["us-central1", "europe-west1"]

Declaration
[JsonProperty("locations")]
public virtual IList<string> Locations { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX