public sealed class TestIamPermissionsResourcePolicyRequest : IMessage<TestIamPermissionsResourcePolicyRequest>, IEquatable<TestIamPermissionsResourcePolicyRequest>, IDeepCloneable<TestIamPermissionsResourcePolicyRequest>, IBufferMessage, IMessage
A request message for ResourcePolicies.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."],[[["The `TestIamPermissionsResourcePolicyRequest` class is a request message used for testing permissions on resource policies."],["This class is available across multiple versions of the Google.Cloud.Compute.V1 package, from version 1.0.0 up to the latest 3.6.0."],["The class inherits from `Object` and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffering."],["Key properties of `TestIamPermissionsResourcePolicyRequest` include `Project`, `Region`, `Resource`, and `TestPermissionsRequestResource`, which define the project, region, target resource, and the permissions to test, respectively."],["There are 2 constructors for `TestIamPermissionsResourcePolicyRequest`, one default, and one that takes in a `TestIamPermissionsResourcePolicyRequest` as parameter."]]],[]]