public sealed class TestIamPermissionsResponse : Protobuf.IMessage<TestIamPermissionsResponse>, Protobuf.IBufferMessageResponse message for TestIamPermissions method.
Implements
Protobuf.IBufferMessageNamespace
Google.Cloud.Iam.V1Assembly
Google.Cloud.Iam.V1.dll
Constructors
TestIamPermissionsResponse()
public TestIamPermissionsResponse()TestIamPermissionsResponse(TestIamPermissionsResponse)
public TestIamPermissionsResponse(TestIamPermissionsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
TestIamPermissionsResponse |
Properties
Permissions
public Protobuf.Collections.RepeatedField<string> Permissions { get; }A subset of TestPermissionsRequest.permissions that the caller is
allowed.
| Property Value | |
|---|---|
| Type | Description |
Protobuf.Collections.RepeatedField<String> |
|