Class SerializedPolicyTag (3.9.1)

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

Message representing one policy tag when exported as a nested proto.

Attributes

NameDescription
display_name str
Required. Display name of the policy tag. Max 200 bytes when encoded in UTF-8.
description str
Description of the serialized policy tag. The length of the description is limited to 2000 bytes when encoded in UTF-8. If not set, defaults to an empty description.
child_policy_tags Sequence[google.cloud.datacatalog_v1beta1.types.SerializedPolicyTag]
Children of the policy tag if any.

Inheritance

builtins.object > proto.message.Message > SerializedPolicyTag