Class GooglePrivacyDlpV2LocationSupport
Locations at which a feature can be used.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2LocationSupport : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Locations
Specific locations where the feature may be used. Examples: us-central1, us, asia, global If scope is ANY_LOCATION, no regions will be listed.
Declaration
[JsonProperty("locations")]
public virtual IList<string> Locations { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
RegionalizationScope
The current scope for location on this feature. This may expand over time.
Declaration
[JsonProperty("regionalizationScope")]
public virtual string RegionalizationScope { get; set; }
Property Value
| Type | Description |
|---|---|
| string |