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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The latest version of the `UpdateAccessPolicyRequest` is 2.5.0, with a range of previous versions available from 2.4.0 down to 1.2.0."],["`UpdateAccessPolicyRequest` is a class used to request an update to an `AccessPolicy` and is found in the `Google.Identity.AccessContextManager.V1` namespace."],["This class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a parameterless constructor and one that takes another `UpdateAccessPolicyRequest` as a parameter, allowing for object creation and cloning."],["The `UpdateAccessPolicyRequest` class contains two properties: `Policy`, which is the `AccessPolicy` to be updated, and `UpdateMask`, which is used to specify which fields should be updated."]]],[]]