SerializedTaxonomy(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Message capturing a taxonomy and its policy tag hierarchy as a nested proto. Used for taxonomy import/export and mutation.
Attributes | |
---|---|
Name | Description |
display_name |
str
Required. Display name of the taxonomy. Max 200 bytes when encoded in UTF-8. |
description |
str
Description of the serialized taxonomy. The length of the description is limited to 2000 bytes when encoded in UTF-8. If not set, defaults to an empty description. |
policy_tags |
MutableSequence[google.cloud.datacatalog_v1beta1.types.SerializedPolicyTag]
Top level policy tags associated with the taxonomy if any. |
activated_policy_types |
MutableSequence[google.cloud.datacatalog_v1beta1.types.Taxonomy.PolicyType]
A list of policy types that are activated for a taxonomy. |