Show / Hide Table of Contents

Class DataGovernanceTag

Data Governance tag This is a namespaced name specifying the key and the value. For example: project-id/pii/sensitive.

Inheritance
object
DataGovernanceTag
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX