public sealed class GetAuthorizationPolicyRequest : IMessage<GetAuthorizationPolicyRequest>, IEquatable<GetAuthorizationPolicyRequest>, IDeepCloneable<GetAuthorizationPolicyRequest>, IBufferMessage, IMessage
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 `GetAuthorizationPolicyRequest` class is used to request an authorization policy within the Google Cloud Network Security V1Beta1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The latest version of this class can be found at `2.0.0-beta06`, with other available versions including `2.0.0-beta05` and `1.0.0-beta02`."],["It includes constructors for creating new instances, both with and without an existing `GetAuthorizationPolicyRequest` object."],["It has properties that dictate the required name of the authorization policy, whether it's the authorization policy resource name, or the string name."]]],[]]