public Protobuf.Collections.RepeatedField<string> Permissions { get; }
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-03-21 UTC."],[[["The latest version of `TestIamPermissionsRequest` is 3.4.0, with several earlier versions also available, including 3.3.0, 3.2.0, 3.1.0, 3.0.0, 2.4.0, 2.3.0 and 2.2.0."],["`TestIamPermissionsRequest` is a request message used for the `TestIamPermissions` method in the `Google.Cloud.Iam.V1` namespace, and is found in the Google.Cloud.Iam.V1.dll assembly."],["The class inherits from `Object` and implements the `Protobuf.IBufferMessage` interface, and provides a method to check permissions of a given resource."],["The `Permissions` property allows checking a set of permissions, while `Resource` and `ResourceAsResourceName` properties are required to identify the specific resource for which permissions are being tested."],["The class offers two constructors, one empty and one that receives another `TestIamPermissionsRequest` as input."]]],[]]