public sealed class TestIamPermissionsRequest : IMessage<TestIamPermissionsRequest>, IEquatable<TestIamPermissionsRequest>, IDeepCloneable<TestIamPermissionsRequest>, IBufferMessage, IMessage
The set of permissions to check for the resource. Permissions with
wildcards (such as '' or 'storage.') are not allowed. For more
information see
IAM Overview.
[[["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-17 UTC."],[[["This page provides documentation for the `TestIamPermissionsRequest` class, used for requesting to test permissions."],["The `TestIamPermissionsRequest` class is a part of the `Google.Cloud.Iam.V1` namespace within the `Google.Cloud.Iam.V1.dll` assembly."],["The `TestIamPermissionsRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["It includes properties like `Permissions` (a set of permissions to check), `Resource` (the resource for which permissions are being requested), and `ResourceAsResourceName` (an `IResourceName`-typed view of the resource)."],["There are multiple versions listed, from 2.2.0 to 3.4.0, with 3.4.0 being the latest, each version containing different iterations of the `TestIamPermissionsRequest`."]]],[]]