GoogleCloudDatacatalogV1Taxonomy class

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

Constructors

GoogleCloudDatacatalogV1Taxonomy({List<String>? activatedPolicyTypes, String? description, String? displayName, String? name, int? policyTagCount, GoogleCloudDatacatalogV1TaxonomyService? service, GoogleCloudDatacatalogV1SystemTimestamps? taxonomyTimestamps})
GoogleCloudDatacatalogV1Taxonomy.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?
Identifier.
getter/setter pair
policyTagCount int?
Number of policy tags in this taxonomy.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
service GoogleCloudDatacatalogV1TaxonomyService?
Identity of the service which owns the Taxonomy.
getter/setter pair
taxonomyTimestamps GoogleCloudDatacatalogV1SystemTimestamps?
Creation and modification timestamps of 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