Class GoogleCloudDatacatalogV1beta1Taxonomy
A taxonomy is a collection of policy tags that classify data along a common axis. For instance a data sensitivity taxonomy could contain policy tags denoting PII such as age, zipcode, and SSN. A data origin taxonomy could contain policy tags to distinguish user data, employee data, partner data, public data.
Implements
Inherited Members
Namespace: Google.Apis.DataCatalog.v1beta1.Data
Assembly: Google.Apis.DataCatalog.v1beta1.dll
Syntax
public class GoogleCloudDatacatalogV1beta1Taxonomy : IDirectResponseSchema
Properties
ActivatedPolicyTypes
Optional. A list of policy types that are activated for this taxonomy. If not set, defaults to an empty list.
Declaration
[JsonProperty("activatedPolicyTypes")]
public virtual IList<string> ActivatedPolicyTypes { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Description
Optional. Description of this taxonomy. It must: contain only unicode characters, tabs, newlines, carriage returns and page breaks; and be at most 2000 bytes long when encoded in UTF-8. If not set, defaults to an empty description.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplayName
Required. User defined name of this taxonomy. It must: contain only unicode letters, numbers, underscores, dashes and spaces; not start or end with spaces; and be at most 200 bytes long when encoded in UTF-8. The taxonomy display name must be unique within an organization.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Identifier. Resource name of this taxonomy, whose format is: "projects/{project_number}/locations/{location_id}/taxonomies/{id}".
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
PolicyTagCount
Output only. Number of policy tags contained in this taxonomy.
Declaration
[JsonProperty("policyTagCount")]
public virtual int? PolicyTagCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
Service
Output only. Identity of the service which owns the Taxonomy. This field is only populated when the taxonomy is created by a Google Cloud service. Currently only 'DATAPLEX' is supported.
Declaration
[JsonProperty("service")]
public virtual GoogleCloudDatacatalogV1beta1TaxonomyService Service { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatacatalogV1beta1TaxonomyService |
TaxonomyTimestamps
Output only. Timestamps about this taxonomy. Only create_time and update_time are used.
Declaration
[JsonProperty("taxonomyTimestamps")]
public virtual GoogleCloudDatacatalogV1beta1SystemTimestamps TaxonomyTimestamps { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatacatalogV1beta1SystemTimestamps |