Class: Google::Cloud::AccessApproval::V1::UpdateAccessApprovalSettingsMessage
- Inherits:
-
Object
- Object
- Google::Cloud::AccessApproval::V1::UpdateAccessApprovalSettingsMessage
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/accessapproval/v1/accessapproval.rb
Overview
Request to update access approval settings.
Instance Attribute Summary collapse
-
#settings ⇒ ::Google::Cloud::AccessApproval::V1::AccessApprovalSettings
The new AccessApprovalSettings.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
The update mask applies to the settings.
Instance Attribute Details
#settings ⇒ ::Google::Cloud::AccessApproval::V1::AccessApprovalSettings
Returns The new AccessApprovalSettings.
470 471 472 473 |
# File 'proto_docs/google/cloud/accessapproval/v1/accessapproval.rb', line 470 class UpdateAccessApprovalSettingsMessage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns 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.
470 471 472 473 |
# File 'proto_docs/google/cloud/accessapproval/v1/accessapproval.rb', line 470 class UpdateAccessApprovalSettingsMessage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |