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 `GetAccessPolicyRequest` class is used to request a specific `AccessPolicy` and is the primary focus of this documentation."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and compatibility."],["`GetAccessPolicyRequest` has two constructors: a default one and one that takes another `GetAccessPolicyRequest` instance as a parameter."],["The `Name` property of `GetAccessPolicyRequest` is required and specifies the resource name of the access policy to retrieve, using the format `accessPolicies/{policy_id}`."],["This documentation covers version 1.3.0 of `GetAccessPolicyRequest`, with links provided to other previous versions and the latest 2.5.0 version."]]],[]]