UpdateDeidentifyTemplateRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
Request message for UpdateDeidentifyTemplate.
Attributes |
|
---|---|
Name | Description |
name |
str
Required. Resource name of organization and deidentify template to be updated, for example organizations/433245324/deidentifyTemplates/432452342 or
projects/project-id/deidentifyTemplates/432452342.
|
deidentify_template |
google.cloud.dlp_v2.types.DeidentifyTemplate
New DeidentifyTemplate value. |
update_mask |
google.protobuf.field_mask_pb2.FieldMask
Mask to control which fields get updated. |