public sealed class UpdateAccessPolicyRequest : IMessage<UpdateAccessPolicyRequest>, IEquatable<UpdateAccessPolicyRequest>, IDeepCloneable<UpdateAccessPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Identity Access Context Manager v1 API class UpdateAccessPolicyRequest.
[[["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-02 UTC."],[[["This document provides reference information for the `UpdateAccessPolicyRequest` class within the Identity Access Context Manager v1 API, specifically version 2.3.0."],["The `UpdateAccessPolicyRequest` class is used to send a request to update an existing `AccessPolicy`."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class contains two main properties that can be set: `Policy` of type `AccessPolicy` which represents the updated AccessPolicy, and `UpdateMask` of type `FieldMask` which controls which fields are updated."],["The documentation lists multiple previous versions of this request, with the most recent version being 2.5.0."]]],[]]