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-04-09 UTC."],[[["This document outlines the `GetIamPolicyRequest` class within the Google.Cloud.Iam.V1 namespace, specifically version 2.3.0, used for requesting an IAM policy."],["The `GetIamPolicyRequest` class, which inherits from `Object`, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for cloning and managing messages."],["There are multiple versions of this request available, ranging from version 2.2.0 to 3.4.0, with 3.4.0 being the latest."],["Key properties of the `GetIamPolicyRequest` include `Options` (for `GetPolicyOptions`), `Resource` (the target resource), and `ResourceAsResourceName` (an `IResourceName`-typed view of the `Resource`)."],["The `GetIamPolicyRequest` has 2 constructors that either has no parameters or uses another `GetIamPolicyRequest` as a parameter."]]],[]]