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 page provides reference documentation for the `UpdateAccessPolicyRequest` class within the Identity Access Context Manager v1 API, specifically for version 2.2.0."],["`UpdateAccessPolicyRequest` is used to update an `AccessPolicy` and inherits from `Object`, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating a new `UpdateAccessPolicyRequest` or copying an existing one."],["The `UpdateAccessPolicyRequest` class contains two properties, `Policy` which is the updated `AccessPolicy`, and `UpdateMask` which controls the fields to be updated, both are required to update the access policy."],["A list of available versions for this class, ranging from version 1.2.0 to the latest 2.5.0, is provided with links to each version's documentation."]]],[]]