public sealed class GetPolicyRequest : IMessage<GetPolicyRequest>, IEquatable<GetPolicyRequest>, IDeepCloneable<GetPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Binary Authorization v1beta1 API class GetPolicyRequest.
Request message for [BinauthzManagementService.GetPolicy][].
[[["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 `GetPolicyRequest` class is part of the Binary Authorization v1beta1 API, serving as a request message for retrieving a policy."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and compatibility."],["It includes constructors for creating new instances, either blank or based on another `GetPolicyRequest` object."],["The `GetPolicyRequest` class has properties `Name` and `PolicyName`, where the `Name` property specifies the resource name of the policy to retrieve, and `PolicyName` provides a typed view over the `Name`."],["The most recent version of the class is `2.0.0-beta08`, with prior versions available being `2.0.0-beta07` and `1.0.0-beta05`."]]],[]]