public sealed class DeleteAccessPolicyRequest : IMessage<DeleteAccessPolicyRequest>, IEquatable<DeleteAccessPolicyRequest>, IDeepCloneable<DeleteAccessPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Identity Access Context Manager v1 API class DeleteAccessPolicyRequest.
[[["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 documentation for the `DeleteAccessPolicyRequest` class within the Google Identity Access Context Manager v1 API, specifically version 2.2.0."],["`DeleteAccessPolicyRequest` is used to request the deletion of an `AccessPolicy` and implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class inherits from `Object` and includes methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, and also has constructors to create new instances and clone existing ones."],["The `DeleteAccessPolicyRequest` class has two properties: `AccessPolicyName`, which provides a typed view of the resource name, and `Name`, which is a string representing the resource name of the access policy to be deleted in the format `accessPolicies/{policy_id}`."],["There are multiple versions of this API, ranging from version 1.2.0 to 2.5.0, with 2.5.0 being the latest version, all of which include the `DeleteAccessPolicyRequest` class."]]],[]]