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