public sealed class Taxonomy : IMessage<Taxonomy>, IEquatable<Taxonomy>, IDeepCloneable<Taxonomy>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class Taxonomy.
A taxonomy is a collection of hierarchical policy tags that classify data along a common axis.
For example, a "data sensitivity" taxonomy might contain the following policy tags:
+ PII
+ Account number
+ Age
+ SSN
+ Zipcode
+ Financials
+ Revenue
A "data origin" taxonomy might contain the following policy tags:
+ User data
+ Employee data
+ Partner data
+ Public data
Implements
IMessage<Taxonomy>, IEquatable<Taxonomy>, IDeepCloneable<Taxonomy>, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
Taxonomy()
public Taxonomy()
Taxonomy(Taxonomy)
public Taxonomy(Taxonomy other)
Name | Description |
other | Taxonomy |
Properties
ActivatedPolicyTypes
public RepeatedField<Taxonomy.Types.PolicyType> ActivatedPolicyTypes { get; }
Optional. A list of policy types that are activated for this taxonomy. If not set, defaults to an empty list.
Type | Description |
RepeatedField<Taxonomy.Types.PolicyType> |
Description
public string Description { get; set; }
Optional. Description of this taxonomy. If not set, defaults to empty.
The description must contain only Unicode characters, tabs, newlines, carriage returns, and page breaks, and be at most 2000 bytes long when encoded in UTF-8.
Type | Description |
String |
DisplayName
public string DisplayName { get; set; }
Required. User-defined name of this taxonomy.
The name can't start or end with spaces, must contain only Unicode letters, numbers, underscores, dashes, and spaces, and be at most 200 bytes long when encoded in UTF-8.
The taxonomy display name must be unique within an organization.
Type | Description |
String |
Name
public string Name { get; set; }
Output only. Resource name of this taxonomy in URL format.
Note: Policy tag manager generates unique taxonomy IDs.
Type | Description |
String |
PolicyTagCount
public int PolicyTagCount { get; set; }
Output only. Number of policy tags in this taxonomy.
Type | Description |
Int32 |
TaxonomyName
public TaxonomyName TaxonomyName { get; set; }
TaxonomyName-typed view over the Name resource name property.
Type | Description |
TaxonomyName |
TaxonomyTimestamps
public SystemTimestamps TaxonomyTimestamps { get; set; }
Output only. Creation and modification timestamps of this taxonomy.
Type | Description |
SystemTimestamps |