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."],[[["The `DeleteAccessPolicyRequest` class is part of the Identity Access Context Manager v1 API and is used to request the deletion of an `AccessPolicy`."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it versatile for handling messages, comparisons, and deep cloning."],["It contains two properties, `AccessPolicyName` and `Name`, both of which are required to specify the target access policy to be deleted."],["The documentation lists various versions of this class, from 1.2.0 to the latest version 2.5.0, allowing developers to find the information for the specific version relevant to their implementation."]]],[]]