public sealed class DeleteAuthorizationPolicyRequest : IMessage<DeleteAuthorizationPolicyRequest>, IEquatable<DeleteAuthorizationPolicyRequest>, IDeepCloneable<DeleteAuthorizationPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Security v1beta1 API class DeleteAuthorizationPolicyRequest.
Request used by the DeleteAuthorizationPolicy method.
[[["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."],[[["\u003cp\u003eThe \u003ccode\u003eDeleteAuthorizationPolicyRequest\u003c/code\u003e class is part of the Network Security v1beta1 API and is used to request the deletion of an AuthorizationPolicy.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing functionalities for message handling, comparison, deep cloning, and buffer management.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties \u003ccode\u003eAuthorizationPolicyName\u003c/code\u003e and \u003ccode\u003eName\u003c/code\u003e, where \u003ccode\u003eName\u003c/code\u003e specifies the AuthorizationPolicy to be deleted, adhering to the format \u003ccode\u003eprojects/{project}/locations/{location}/authorizationPolicies/*\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eDeleteAuthorizationPolicyRequest\u003c/code\u003e class is 2.0.0-beta06.\u003c/p\u003e\n"]]],[],null,["# Network Security v1beta1 API - Class DeleteAuthorizationPolicyRequest (2.0.0-beta06)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta06 (latest)](/dotnet/docs/reference/Google.Cloud.NetworkSecurity.V1Beta1/latest/Google.Cloud.NetworkSecurity.V1Beta1.DeleteAuthorizationPolicyRequest)\n- [2.0.0-beta05](/dotnet/docs/reference/Google.Cloud.NetworkSecurity.V1Beta1/2.0.0-beta05/Google.Cloud.NetworkSecurity.V1Beta1.DeleteAuthorizationPolicyRequest)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.NetworkSecurity.V1Beta1/1.0.0-beta02/Google.Cloud.NetworkSecurity.V1Beta1.DeleteAuthorizationPolicyRequest) \n\n public sealed class DeleteAuthorizationPolicyRequest : IMessage\u003cDeleteAuthorizationPolicyRequest\u003e, IEquatable\u003cDeleteAuthorizationPolicyRequest\u003e, IDeepCloneable\u003cDeleteAuthorizationPolicyRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Network Security v1beta1 API class DeleteAuthorizationPolicyRequest.\n\nRequest used by the DeleteAuthorizationPolicy method. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e DeleteAuthorizationPolicyRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[DeleteAuthorizationPolicyRequest](/dotnet/docs/reference/Google.Cloud.NetworkSecurity.V1Beta1/latest/Google.Cloud.NetworkSecurity.V1Beta1.DeleteAuthorizationPolicyRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[DeleteAuthorizationPolicyRequest](/dotnet/docs/reference/Google.Cloud.NetworkSecurity.V1Beta1/latest/Google.Cloud.NetworkSecurity.V1Beta1.DeleteAuthorizationPolicyRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[DeleteAuthorizationPolicyRequest](/dotnet/docs/reference/Google.Cloud.NetworkSecurity.V1Beta1/latest/Google.Cloud.NetworkSecurity.V1Beta1.DeleteAuthorizationPolicyRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.NetworkSecurity.V1Beta1](/dotnet/docs/reference/Google.Cloud.NetworkSecurity.V1Beta1/latest/Google.Cloud.NetworkSecurity.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.NetworkSecurity.V1Beta1.dll\n\nConstructors\n------------\n\n### DeleteAuthorizationPolicyRequest()\n\n public DeleteAuthorizationPolicyRequest()\n\n### DeleteAuthorizationPolicyRequest(DeleteAuthorizationPolicyRequest)\n\n public DeleteAuthorizationPolicyRequest(DeleteAuthorizationPolicyRequest other)\n\nProperties\n----------\n\n### AuthorizationPolicyName\n\n public AuthorizationPolicyName AuthorizationPolicyName { get; set; }\n\n[AuthorizationPolicyName](/dotnet/docs/reference/Google.Cloud.NetworkSecurity.V1Beta1/latest/Google.Cloud.NetworkSecurity.V1Beta1.AuthorizationPolicyName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.NetworkSecurity.V1Beta1/latest/Google.Cloud.NetworkSecurity.V1Beta1.DeleteAuthorizationPolicyRequest#Google_Cloud_NetworkSecurity_V1Beta1_DeleteAuthorizationPolicyRequest_Name) resource name property.\n\n### Name\n\n public string Name { get; set; }\n\nRequired. A name of the AuthorizationPolicy to delete. Must be in the\nformat `projects/{project}/locations/{location}/authorizationPolicies/*`."]]