public sealed class GetAccessPolicyRequest : IMessage<GetAccessPolicyRequest>, IEquatable<GetAccessPolicyRequest>, IDeepCloneable<GetAccessPolicyRequest>, IBufferMessage, IMessage
[[["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-04-09 UTC."],[[["The latest version of the `GetAccessPolicyRequest` is 2.5.0, which is a part of the `Google.Identity.AccessContextManager.V1` namespace."],["`GetAccessPolicyRequest` is a class used to request a specific `AccessPolicy` and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from `Object` and includes inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["`GetAccessPolicyRequest` includes two constructors: a default constructor and one that takes another `GetAccessPolicyRequest` as a parameter to allow for copying objects."],["The properties of the `GetAccessPolicyRequest` class include `AccessPolicyName` for a typed view and `Name` for the required resource name, with the format `accessPolicies/{policy_id}`."]]],[]]