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"]],[["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."],[[["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."]]],[]]