public sealed class TestIamPermissionsInstanceRequest : IMessage<TestIamPermissionsInstanceRequest>, IEquatable<TestIamPermissionsInstanceRequest>, IDeepCloneable<TestIamPermissionsInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class TestIamPermissionsInstanceRequest.
A request message for Instances.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-24 UTC."],[[["This webpage provides reference documentation for the `TestIamPermissionsInstanceRequest` class within the Compute Engine v1 API, specifically for the .NET library."],["The `TestIamPermissionsInstanceRequest` class is used to create request messages for the `Instances.TestIamPermissions` method, allowing you to test permissions on Compute Engine instances."],["The documentation includes details on the class's constructors, inherited members, properties, and the specific versions of the library available, including version `3.6.0` as the latest, and going all the way down to version `1.0.0`."],["The class implements various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for handling message serialization, equality checks, deep cloning, and buffered messages."],["The properties of the class include `Project`, `Resource`, `TestPermissionsRequestResource`, and `Zone`, all of which are of type string, except for `TestPermissionsRequestResource` which is of type `TestPermissionsRequest`."]]],[]]