public sealed class TestIamPermissionsResponse : IMessage<TestIamPermissionsResponse>, IEquatable<TestIamPermissionsResponse>, IDeepCloneable<TestIamPermissionsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Identity and Access Management (IAM) v1 API class TestIamPermissionsResponse.
[[["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 `TestIamPermissionsResponse` class is part of the Google Cloud Identity and Access Management (IAM) v1 API, and it represents the response message for the `TestIamPermissions` method."],["Version 3.4.0 is the latest version of the API, with versions ranging down to 2.2.0 also being available for the `TestIamPermissionsResponse` class."],["The `TestIamPermissionsResponse` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to be used in dotnet, along with their associated methods and properties."],["The `Permissions` property, a `RepeatedField\u003cstring\u003e`, within the `TestIamPermissionsResponse` class, indicates the specific permissions granted to the caller, which is a subset of the permissions requested in `TestPermissionsRequest`."],["There are two constructors available, a default constructor and one that takes another `TestIamPermissionsResponse` object as a parameter, allowing for both empty and duplicate objects to be made."]]],[]]