public sealed class GetAuthorizationPolicyRequest : IMessage<GetAuthorizationPolicyRequest>, IEquatable<GetAuthorizationPolicyRequest>, IDeepCloneable<GetAuthorizationPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Security v1beta1 API class GetAuthorizationPolicyRequest.
Request used by the GetAuthorizationPolicy 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 latest version of the `GetAuthorizationPolicyRequest` class is `2.0.0-beta06`, which is part of the Network Security v1beta1 API."],["`GetAuthorizationPolicyRequest` is a class used to request an authorization policy and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from `object` and provides members such as `GetHashCode()`, `GetType()`, and `ToString()`, along with properties like `AuthorizationPolicyName` and `Name`."],["It's a request class for the `GetAuthorizationPolicy` method, with a required `Name` property to identify the specific AuthorizationPolicy resource."],["There are two constructors provided for `GetAuthorizationPolicyRequest`, one default and one that takes another instance of `GetAuthorizationPolicyRequest` as a parameter."]]],[]]