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."],[[["The `TestIamPermissionsFirewallPolicyRequest` class is part of the Google Cloud Compute Engine v1 API and is used to request permissions testing on firewall policies."],["This class, found in the `Google.Cloud.Compute.V1` namespace, implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` from Google and .Net framework."],["The latest version available is 3.6.0, while this specific documentation page is for version 3.5.0, but several other versions, ranging from 1.0.0 to 3.4.0, are also available."],["It inherits members from the `object` class, such as `GetHashCode`, `GetType`, and `ToString`."],["The class has two constructors, one default and one that accepts another `TestIamPermissionsFirewallPolicyRequest` object for initialization, and two properties, `Resource` and `TestPermissionsRequestResource`, which are used for name/id and for the body request."]]],[]]