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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]