GetRoleAclOnObject
Obtains ACL-based permissions on an object that are granted to a project-level role.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
odps:GetRoleAclOnObject |
get |
*Project
|
None | None |
Request syntax
GET /api/v1/projects/{projectName}/roles/{roleName}/acl HTTP/1.1
Path 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 |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| objectType |
string |
Yes |
The type of the object. Valid values:
|
table |
| objectName |
string |
Yes |
The name of the object. |
tableA |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
PopResult |
||
| requestId |
string |
The ID of the request. |
0bc1366d16686529650188023ef87f |
| data |
object |
The returned data |
|
| actions |
array |
The operations that were performed on the object. |
|
|
string |
The operations that were performed on the object. |
describe |
Examples
Success response
JSON format
{
"requestId": "0bc1366d16686529650188023ef87f",
"data": {
"actions": [
"describe"
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.