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."],[[["The latest version available for `TestIamPermissionsRequest` is 3.4.0, with version 3.0.0 being the specific version detailed in the provided content."],["`TestIamPermissionsRequest` is a request message class used for the `TestIamPermissions` method within the `Google.Cloud.Iam.V1` namespace."],["This class allows the checking of a set of permissions for a specific resource, excluding wildcard permissions, as described by its `Permissions` property."],["The `Resource` property, which is required, identifies the specific resource for which policy details are requested, and it also has an `IResourceName`-typed view available as `ResourceAsResourceName`."],["`TestIamPermissionsRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."]]],[]]