public sealed class TestIamPermissionsMachineImageRequest : IMessage<TestIamPermissionsMachineImageRequest>, IEquatable<TestIamPermissionsMachineImageRequest>, IDeepCloneable<TestIamPermissionsMachineImageRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class TestIamPermissionsMachineImageRequest.
A request message for MachineImages.TestIamPermissions. 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 `TestIamPermissionsMachineImageRequest` class is part of the Google Cloud Compute Engine v1 API, specifically within the `Google.Cloud.Compute.V1` namespace."],["This class is used for creating a request message for the `MachineImages.TestIamPermissions` method, designed to test permissions on machine images."],["The latest version of the API documented is 3.6.0, and the version of this class specifically is 2.3.0, with other versions available and listed, ranging from 1.0.0 up to 3.6.0."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class, enabling it with a number of operations."],["The class exposes properties such as `Project`, `Resource`, and `TestPermissionsRequestResource`, allowing specification of the project, resource, and request body."]]],[]]