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-21 UTC."],[[["This webpage provides reference documentation for the `GetIamPolicyMachineImageRequest` class within the Google Cloud Compute Engine v1 API for .NET, spanning multiple versions from 1.0.0 to the latest 3.6.0."],["The `GetIamPolicyMachineImageRequest` class is used to request the IAM policy of a machine image, as part of the Compute Engine v1 API, and is accessible in the `Google.Cloud.Compute.V1` namespace."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the base `object` class, and also contains constructors for creating an empty request or copying one."],["Key properties of the `GetIamPolicyMachineImageRequest` class include `HasOptionsRequestedPolicyVersion`, `OptionsRequestedPolicyVersion`, `Project`, and `Resource`, which allow you to specify the request's IAM policy version and the target project and resource."],["The provided documentation outlines both the constructors and properties of the `GetIamPolicyMachineImageRequest` class, which are used to generate a request to retrieve the IAM Policy for a specific MachineImage in the Compute Engine."]]],[]]