Class SerializedTaxonomy (3.0.0)

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

NameDescription
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 Sequence[.policytagmanagerserialization.SerializedPolicyTag]
Top level policy tags associated with the taxonomy if any.