Google Cloud Identity and Access Management (IAM) v1 API - Class TestIamPermissionsResponse (3.2.0)

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.

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
RepeatedFieldstring