Class TestIamPermissionsResponse (3.0.0)

public sealed class TestIamPermissionsResponse : IMessage<TestIamPermissionsResponse>, IEquatable<TestIamPermissionsResponse>, IDeepCloneable<TestIamPermissionsResponse>, IBufferMessage, IMessage

Response message for TestIamPermissions method.

Inheritance

Object > TestIamPermissionsResponse

Namespace

Google.Cloud.Iam.V1

Assembly

Google.Cloud.Iam.V1.dll

Constructors

TestIamPermissionsResponse()

public TestIamPermissionsResponse()

TestIamPermissionsResponse(TestIamPermissionsResponse)

public TestIamPermissionsResponse(TestIamPermissionsResponse other)
Parameter
NameDescription
otherTestIamPermissionsResponse

Properties

Permissions

public RepeatedField<string> Permissions { get; }

A subset of TestPermissionsRequest.permissions that the caller is allowed.

Property Value
TypeDescription
RepeatedField<String>