public sealed class UpdateAccessApprovalSettingsMessage : IMessage<UpdateAccessApprovalSettingsMessage>, IEquatable<UpdateAccessApprovalSettingsMessage>, IDeepCloneable<UpdateAccessApprovalSettingsMessage>, IBufferMessage, IMessage
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document outlines the `UpdateAccessApprovalSettingsMessage` class, which is used to request updates to access approval settings within the Google Cloud Access Approval V1 service."],["The document provides a version history of this feature with links to documentation for each version, ranging from version 1.0.0 to the latest version, 2.5.0."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."],["The class has two constructors, one default and one that accepts another `UpdateAccessApprovalSettingsMessage` as a parameter, and two properties: `Settings`, to modify `AccessApprovalSettings`, and `UpdateMask`, to control which settings are updated."],["The `UpdateMask` property is critical for fine-tuning the update process, allowing administrators to specify exactly which fields within the `AccessApprovalSettings` should be modified."]]],[]]