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 webpage provides documentation for the `DeleteAccessPolicyRequest` class within the Google Identity Access Context Manager v1 API, with the latest version being 2.5.0."],["The `DeleteAccessPolicyRequest` class is used to request the deletion of an `AccessPolicy`, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, one being a default constructor, and the other for creating a copy of another `DeleteAccessPolicyRequest`."],["The `DeleteAccessPolicyRequest` class has properties such as `AccessPolicyName` and `Name`, where `Name` is a required field specifying the resource name of the access policy to be deleted in the format `accessPolicies/{policy_id}`."],["The page lists available versions of the documentation for this class, ranging from 1.2.0 up to the latest version 2.5.0, which can be accessed via links."]]],[]]