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-01 UTC."],[[["This documentation page covers the `UpdateAccessPolicyRequest` class within the Google Identity Access Context Manager v1 API, specifically for .NET development."],["The `UpdateAccessPolicyRequest` class is used to request an update to an `AccessPolicy`, and it inherits from `Object` while implementing several interfaces like `IMessage` and `IEquatable`."],["This documentation includes information about the constructor for `UpdateAccessPolicyRequest` as well as its key properties: `Policy`, which represents the updated `AccessPolicy`, and `UpdateMask`, which determines the fields to update."],["The class is part of the `Google.Identity.AccessContextManager.V1` namespace, and it is located in the `Google.Identity.AccessContextManager.V1.dll` assembly."],["There are links to previous versions of the `UpdateAccessPolicyRequest` documentation ranging from version 1.2.0 up to the latest version 2.5.0."]]],[]]