public sealed class GetPolicyRequest : IMessage<GetPolicyRequest>, IEquatable<GetPolicyRequest>, IDeepCloneable<GetPolicyRequest>, IBufferMessage, IMessage
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 webpage provides documentation for the `GetPolicyRequest` class within the `Google.Cloud.BinaryAuthorization.V1` namespace, used for retrieving a Binary Authorization policy."],["The `GetPolicyRequest` class, which is part of version 2.0.0 of the API, implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of this particular API request is 2.5.0, with versions ranging back to 1.0.0 available for review."],["The class has two constructors: a parameterless constructor and one that takes another `GetPolicyRequest` object, allowing you to clone another object."],["It includes properties like `Name` (a string) and `PolicyName` (a `PolicyName`-typed view), both used for specifying the policy resource name in the request."]]],[]]