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"]],[["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."],[[["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}`."]]],[]]