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 in .NET."],["`GetPolicyRequest` is a request message used for retrieving a policy via `BinauthzManagementService.GetPolicy`."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for functionality in .NET."],["It contains properties such as `Name` (a string representing the resource name of the policy) and `PolicyName` (a `PolicyName`-typed view over the `Name` property)."],["The latest version is 2.5.0, and previous versions from 2.4.0 all the way back to 1.0.0 are available."]]],[]]