GoogleCloudDatacatalogV1beta1Taxonomy class

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.

Constructors

GoogleCloudDatacatalogV1beta1Taxonomy({List<String>? activatedPolicyTypes, String? description, String? displayName, String? name, int? policyTagCount, GoogleCloudDatacatalogV1beta1SystemTimestamps? taxonomyTimestamps})
GoogleCloudDatacatalogV1beta1Taxonomy.fromJson(Map _json)

Properties

activatedPolicyTypes List<String>?
A list of policy types that are activated for this taxonomy.
getter/setter pair
description String?
Description of this taxonomy.
getter/setter pair
displayName String?
User defined name of this taxonomy.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
Resource name of this taxonomy, whose format is: "projects/{project_number}/locations/{location_id}/taxonomies/{id}".
getter/setter pair
policyTagCount int?
Number of policy tags contained in this taxonomy.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
taxonomyTimestamps GoogleCloudDatacatalogV1beta1SystemTimestamps?
Timestamps about this taxonomy.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited