Class UpdateTaxonomyRequest (2.0.0)

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

Request message for UpdateTaxonomy.

Attributes

NameDescription
taxonomy `.policytagmanager.Taxonomy`
The taxonomy to update. Only description, display_name, and activated policy types can be updated.
update_mask `.field_mask.FieldMask`
The update mask applies to the resource. For the ``FieldMask`` definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask If not set, defaults to all of the fields that are allowed to update.

Inheritance

builtins.object > proto.message.Message > UpdateTaxonomyRequest