public sealed class GetIamPolicyRequest : IMessage<GetIamPolicyRequest>, IEquatable<GetIamPolicyRequest>, IDeepCloneable<GetIamPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Identity and Access Management (IAM) v1 API class GetIamPolicyRequest.
[[["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-17 UTC."],[[["This document provides reference information for the `GetIamPolicyRequest` class within the Google Cloud Identity and Access Management (IAM) v1 API, specifically for version 3.1.0."],["`GetIamPolicyRequest` is a message class used to request the IAM policy for a specific resource, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default one, and one that accepts another `GetIamPolicyRequest` object for cloning, and implements multiple methods from the base `object` class."],["The `GetIamPolicyRequest` class includes properties such as `Options`, `Resource`, and `ResourceAsResourceName`, allowing specification of options and the target resource for the policy retrieval."],["There are multiple versions of the `GetIamPolicyRequest` that are all available to be viewed, ranging from 2.2.0 to 3.4.0, the latest."]]],[]]