public sealed class DeleteAccessPolicyRequest : IMessage<DeleteAccessPolicyRequest>, IEquatable<DeleteAccessPolicyRequest>, IDeepCloneable<DeleteAccessPolicyRequest>, IBufferMessage, IMessage
[[["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-03-21 UTC."],[[["This document outlines the `DeleteAccessPolicyRequest` class, which is used to request the deletion of an Access Policy within the Google Identity Access Context Manager."],["The `DeleteAccessPolicyRequest` class is a part of the `Google.Identity.AccessContextManager.V1` namespace and is implemented in the `Google.Identity.AccessContextManager.V1.dll` assembly, and includes multiple inherited interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has two constructors, one default and another that accepts a `DeleteAccessPolicyRequest` object for copying."],["The primary properties of this class are `AccessPolicyName`, a typed view over the resource name, and `Name`, a string that contains the formatted resource name of the policy to be deleted, in the format `accessPolicies/{policy_id}`."],["The latest available version for the Google Identity Access Context Manager in this document is version 2.5.0, with older versions going back to 1.2.0 also documented."]]],[]]