public sealed class GetIamPolicyInstanceRequest : IMessage<GetIamPolicyInstanceRequest>, IEquatable<GetIamPolicyInstanceRequest>, IDeepCloneable<GetIamPolicyInstanceRequest>, IBufferMessage, IMessage
A request message for Instances.GetIamPolicy. See the method description for details.
[[["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-02 UTC."],[[["The `GetIamPolicyInstanceRequest` class is a request message for retrieving IAM policies for instances, implementing various interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest available version is 3.6.0, with a full list of all other versions being presented, from 3.5.0 to 1.0.0, along with the most up to date version for each major number from 1 through to 3."],["This class allows setting the requested IAM Policy version through the `OptionsRequestedPolicyVersion` property, and it checks if this field is set via the `HasOptionsRequestedPolicyVersion` property."],["The class requires properties for `Project`, `Resource`, and `Zone`, all of which must be set as strings to identify the instance for which the IAM policy is requested."],["It also contains two constructors, one blank, and the other for if another `GetIamPolicyInstanceRequest` is available to use in its creation."]]],[]]