public sealed class UpdateAccessPolicyRequest : IMessage<UpdateAccessPolicyRequest>, IEquatable<UpdateAccessPolicyRequest>, IDeepCloneable<UpdateAccessPolicyRequest>, IBufferMessage, IMessage
[[["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-04-09 UTC."],[[["The `UpdateAccessPolicyRequest` class is used to request updates to an `AccessPolicy` within the Google Identity Access Context Manager."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["It includes properties for `Policy`, which represents the updated `AccessPolicy`, and `UpdateMask`, which specifies which fields of the `AccessPolicy` to update."],["The `UpdateAccessPolicyRequest` class has two constructors: a default constructor and a constructor that takes another `UpdateAccessPolicyRequest` object."],["The latest version available is 2.5.0, but this specific content focuses on version 1.5.0, there being other previous versions available as well."]]],[]]