List the roles on a resource.
Third-party applications using this endpoint via OAuth2 must request the following operation scope: api:filesystem-read.
booleanWhether to include inherited roles on the resource.
integerThe page size to use for the endpoint.
stringThe page token indicates where to start paging. This should be omitted from the first page's request.
To fetch the next page, clients should take the value from the nextPageToken field of the previous response
and use it to populate the pageToken field of the next request.
objectlist<ResourceRole>stringThe page token indicates where to start paging. This should be omitted from the first page's request.
To fetch the next page, clients should take the value from the nextPageToken field of the previous response
and use it to populate the pageToken field of the next request.
1
2
3
curl \
\t-H "Authorization: Bearer $TOKEN" \
"https://$HOSTNAME/api/v2/filesystem/resources/ri.foundry.main.dataset.c26f11c8-cdb3-4f44-9f5d-9816ea1c82da/roles"1
2
3
4
5
6
7
8
9
10
11
12
13
{
"data": [
{
"resourceRolePrincipal": {
"type": "principalWithId",
"principalId": "f05f8da4-b84c-4fca-9c77-8af0b13d11de",
"principalType": "GROUP"
},
"roleId": "8bf49052-dc37-4528-8bf0-b551cfb71268"
}
],
"nextPageToken": "v1.QnVpbGQgdGhlIEZ1dHVyZTogaHR0cHM6Ly93d3cucGFsYW50aXIuY29tL2NhcmVlcnMvP2xldmVyLXNvdXJjZSU1YiU1ZD1BUElEb2NzI29wZW4tcG9zaXRpb25z"
}| Error Name | ||
|---|---|---|
Resource | Error Code | NOT_FOUND |
| Status Code | 404 | |
| Description | The given Resource could not be found. | |
| Parameters | resourceRid | |
See Errors for a general overview of errors in the platform.