public sealed class TestIamPermissionsFirewallPolicyRequest : IMessage<TestIamPermissionsFirewallPolicyRequest>, IEquatable<TestIamPermissionsFirewallPolicyRequest>, IDeepCloneable<TestIamPermissionsFirewallPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class TestIamPermissionsFirewallPolicyRequest.
A request message for FirewallPolicies.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-04-09 UTC."],[[["This webpage provides reference documentation for the `TestIamPermissionsFirewallPolicyRequest` class in the Google Cloud Compute Engine v1 API, specifically for .NET development."],["The `TestIamPermissionsFirewallPolicyRequest` class is used to request the testing of permissions on a firewall policy and is available in multiple versions, with 3.6.0 being the latest."],["This class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, among others, in addition to having inherited members such as `GetHashCode`, `GetType`, and `ToString`."],["The class includes two constructors, a default constructor, and another one that takes another `TestIamPermissionsFirewallPolicyRequest` object as parameter, allowing for the cloning of the class."],["The class contains two properties: `Resource` which is a string that holds the resource's name or id, and `TestPermissionsRequestResource`, which contains the request body."]]],[]]