public sealed class SetIamPolicyMachineImageRequest : IMessage<SetIamPolicyMachineImageRequest>, IEquatable<SetIamPolicyMachineImageRequest>, IDeepCloneable<SetIamPolicyMachineImageRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class SetIamPolicyMachineImageRequest.
A request message for MachineImages.SetIamPolicy. 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."],[[["The `SetIamPolicyMachineImageRequest` class is used to define a request for setting the IAM policy on a machine image within the Compute Engine v1 API, and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class provides constructors, one being a default parameterless constructor and the other a constructor which accepts another `SetIamPolicyMachineImageRequest` as a parameter to allow the copying of the object."],["The `SetIamPolicyMachineImageRequest` class has properties to manage the request's content, including `GlobalSetPolicyRequestResource`, which contains the request body, `Project`, the project ID, and `Resource`, which specifies the name or ID of the resource."],["The provided documentation covers multiple versions of the `SetIamPolicyMachineImageRequest` class, starting from version 1.0.0 up to 3.6.0, with 3.6.0 being the latest."]]],[]]