Reference documentation and code samples for the Access Approval V1 API class Google::Cloud::AccessApproval::V1::UpdateAccessApprovalSettingsMessage.
Request to update access approval settings.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#settings
def settings() -> ::Google::Cloud::AccessApproval::V1::AccessApprovalSettings
- (::Google::Cloud::AccessApproval::V1::AccessApprovalSettings) — The new AccessApprovalSettings.
#settings=
def settings=(value) -> ::Google::Cloud::AccessApproval::V1::AccessApprovalSettings
- value (::Google::Cloud::AccessApproval::V1::AccessApprovalSettings) — The new AccessApprovalSettings.
- (::Google::Cloud::AccessApproval::V1::AccessApprovalSettings) — The new AccessApprovalSettings.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
-
(::Google::Protobuf::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.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
-
value (::Google::Protobuf::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.
-
(::Google::Protobuf::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.