public sealed class GetIamPolicyRequest : IMessage<GetIamPolicyRequest>, IEquatable<GetIamPolicyRequest>, IDeepCloneable<GetIamPolicyRequest>, 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-03-21 UTC."],[[["The `GetIamPolicyRequest` class is a request message used for the `GetIamPolicy` method within the Google Cloud IAM V1 API, designed for retrieving IAM policies."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `GetIamPolicyRequest` class includes properties such as `Options` (of type `GetPolicyOptions`), `Resource` (a string), and `ResourceAsResourceName` (an `IResourceName`), which are essential for specifying the policy retrieval criteria."],["The latest available version is 3.4.0, which is an update to the version being documented."],["The class also has two constructors, one being a parameterless constructor and the other, a copy constructor."]]],[]]