public sealed class GetPolicyRequest : IMessage<GetPolicyRequest>, IEquatable<GetPolicyRequest>, IDeepCloneable<GetPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Binary Authorization v1 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."],[[["This document provides reference documentation for the `GetPolicyRequest` class within the Binary Authorization v1 API, specifically version 2.3.0."],["`GetPolicyRequest` is a request message used to retrieve a policy via `BinauthzManagementService.GetPolicy`, and it inherits from `object` while implementing multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `GetPolicyRequest` class includes properties such as `Name` (a string representing the resource name) and `PolicyName` (a `PolicyName`-typed view over the `Name` resource)."],["Constructors for `GetPolicyRequest` include a default constructor and one that takes another `GetPolicyRequest` object as a parameter."],["This page also lists all previous versions of the `GetPolicyRequest`, dating back to version 1.0.0 and including the most current version 2.5.0."]]],[]]