Class ServiceAccountAllowedLocations
Represents a list of allowed locations for given service account.
Implements
Inherited Members
Namespace: Google.Apis.IAMCredentials.v1.Data
Assembly: Google.Apis.IAMCredentials.v1.dll
Syntax
public class ServiceAccountAllowedLocations : 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> |