Show / Hide Table of Contents

Class TestIamPermissionsResponse

Response message for TestIamPermissions method.

Inheritance
System.Object
TestIamPermissionsResponse
Implements
IMessage<TestIamPermissionsResponse>
IMessage
System.IEquatable<TestIamPermissionsResponse>
IDeepCloneable<TestIamPermissionsResponse>
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.Iam.V1
Assembly: Google.Cloud.Iam.V1.dll
Syntax
public sealed class TestIamPermissionsResponse : IMessage<TestIamPermissionsResponse>, IMessage, IEquatable<TestIamPermissionsResponse>, IDeepCloneable<TestIamPermissionsResponse>

Constructors

TestIamPermissionsResponse()

Declaration
public TestIamPermissionsResponse()

TestIamPermissionsResponse(TestIamPermissionsResponse)

Declaration
public TestIamPermissionsResponse(TestIamPermissionsResponse other)
Parameters
Type Name Description
TestIamPermissionsResponse other

Properties

Permissions

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

Declaration
public RepeatedField<string> Permissions { get; }
Property Value
Type Description
RepeatedField<System.String>
Back to top