Obtains ACL-based permissions on an object that are granted to a project-level role.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request syntax
GET /api/v1/projects/{projectName}/roles/{roleName}/acl HTTP/1.1
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
projectName | string | Yes | The name of the MaxCompute project. | projectA |
roleName | string | Yes | The name of the role. | roleA |
objectType | string | Yes | The type of the object. Enumeration Value:
| table |
objectName | string | Yes | The name of the object. | tableA |
Response parameters
Examples
Sample success responses
JSON
format
{
"requestId": "0bc1366d16686529650188023ef87f",
"data": {
"actions": [
"describe"
]
}
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-09-23 | The response structure of the API has changed | View Change Details |