Class GoogleIamV1TestIamPermissionsResponse
Response message for TestIamPermissions
method.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleIamV1TestIamPermissionsResponse : IDirectResponseSchema
Properties
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> |