public sealed class GetIamPolicyMachineImageRequest : IMessage<GetIamPolicyMachineImageRequest>, IEquatable<GetIamPolicyMachineImageRequest>, IDeepCloneable<GetIamPolicyMachineImageRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetIamPolicyMachineImageRequest.
A request message for MachineImages.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-03-24 UTC."],[[["This webpage provides reference documentation for the `GetIamPolicyMachineImageRequest` class within the Google Cloud Compute Engine v1 API, specifically for the .NET environment."],["The latest documented version of the `GetIamPolicyMachineImageRequest` API is 3.6.0, but a variety of prior versions are also listed for review and reference, starting from version 1.0.0 up to the current one."],["The `GetIamPolicyMachineImageRequest` class is used to request the IAM policy for Machine Images and it inherits from the `object` class while also implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `GetIamPolicyMachineImageRequest` class include `HasOptionsRequestedPolicyVersion`, `OptionsRequestedPolicyVersion`, `Project`, and `Resource`, which allow users to specify the desired IAM policy version, the project ID, and the resource name or ID, respectively."],["Two constructors are available: a default constructor that is empty, and one that takes an other `GetIamPolicyMachineImageRequest` instance as an argument, allowing for the creation of a copy of another instance."]]],[]]