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."],[[["This webpage details the `GetAccessPolicyRequest` class, which is used to request a specific `AccessPolicy` within the Google Identity Access Context Manager."],["The latest version available for `GetAccessPolicyRequest` is 2.5.0, with older versions ranging from 2.4.0 down to 1.2.0 also listed."],["`GetAccessPolicyRequest` inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetAccessPolicyRequest` class has two constructors: a parameterless constructor and one that takes another `GetAccessPolicyRequest` as a parameter, allowing for the duplication of an existing object."],["The properties of the `GetAccessPolicyRequest` class include `AccessPolicyName` as a specific type, and `Name` as a string, both are for identifying the desired access policy."]]],[]]