UpdateAccessApprovalSettingsMessage(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
Request to update access approval settings.
Attributes |
|
---|---|
Name | Description |
settings |
google.cloud.accessapproval_v1.types.AccessApprovalSettings
The new AccessApprovalSettings. |
update_mask |
google.protobuf.field_mask_pb2.FieldMask
The update mask applies to the settings. Only the top level fields of AccessApprovalSettings (notification_emails & enrolled_services) are supported. For each field, if it is included, the currently stored value will be entirely overwritten with the value of the field passed in this request. For the FieldMask definition, see
https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
If this field is left unset, only the notification_emails
field will be updated.
|