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-03-21 UTC."],[[["The `GetIamPolicyRequest` class is part of the Google Cloud Identity and Access Management (IAM) v1 API, serving as the request message for the `GetIamPolicy` method."],["This class has multiple available versions, with 3.4.0 being the latest and versions available back to 2.2.0, all of which are documented."],["The `GetIamPolicyRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has properties for `Options` (of type `GetPolicyOptions`) to specify retrieval options, and `Resource` (of type string) which is required and indicates which resource to retrieve a policy for."],["The class includes constructors that allow creating a new `GetIamPolicyRequest` object, or one based off of another, existing `GetIamPolicyRequest` object."]]],[]]