Class TestIamPermissionsResponse
Response message for TestIamPermissions method.
Implements
Inherited Members
Namespace: Google.Apis.CloudTasks.v2beta2.Data
Assembly: Google.Apis.CloudTasks.v2beta2.dll
Syntax
public class TestIamPermissionsResponse : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Permissions
A subset of TestPermissionsRequest.permissions that the caller is allowed.
Declaration
[JsonProperty("permissions")]
public virtual IList<string> Permissions { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<string> |