public sealed class DeleteAuthorizationPolicyRequest : IMessage<DeleteAuthorizationPolicyRequest>, IEquatable<DeleteAuthorizationPolicyRequest>, IDeepCloneable<DeleteAuthorizationPolicyRequest>, IBufferMessage, IMessage
Request used by the DeleteAuthorizationPolicy method.
[[["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."],[[["The `DeleteAuthorizationPolicyRequest` class is used to request the deletion of an authorization policy within the Google Cloud Network Security V1Beta1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, cloning, and buffered operations."],["The class contains properties like `AuthorizationPolicyName` and `Name`, enabling the specification of the target authorization policy to be deleted using a properly formatted resource name."],["The latest version available for the class is `2.0.0-beta06` but the provided content is centered on version `1.0.0-beta02`, both are for the `Google.Cloud.NetworkSecurity.V1Beta1` namespace."]]],[]]