Class DataGovernanceTag
Data Governance tag This is a namespaced name specifying the key and the value. For example:
project-id/pii/sensitive.
Implements
Inherited Members
Namespace: Google.Apis.BigQueryDataPolicyService.v2.Data
Assembly: Google.Apis.BigQueryDataPolicyService.v2.dll
Syntax
public class DataGovernanceTag : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Key
Optional. Tag keys are globally unique. Tag key is expected to be in the namespaced format, for example
parent-id/pii where parent-id is the ID of the parent organization or project resource for this tag key.
Declaration
[JsonProperty("key")]
public virtual string Key { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Value
Optional. Specifies the tag value as the short name, for example sensitive.
Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string |