Class SerializedTaxonomy (3.3.2)

SerializedTaxonomy(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Message representing a taxonomy, including its policy tags in hierarchy, as a nested proto. Used for taxonomy replacement, import, and export.

Attributes

NameDescription
display_name str
Required. Display name of the taxonomy. At most 200 bytes when encoded in UTF-8.
description str
Description of the serialized taxonomy. At most 2000 bytes when encoded in UTF-8. If not set, defaults to an empty description.
policy_tags Sequence[google.cloud.datacatalog_v1.types.SerializedPolicyTag]
Top level policy tags associated with the taxonomy, if any.
activated_policy_types Sequence[google.cloud.datacatalog_v1.types.Taxonomy.PolicyType]
A list of policy types that are activated per taxonomy.