v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBaccessKeyManagement
Get all scopes.
Get a list of all of the scopes that can be added to an access key.
get/v1/accessKeys/scopes
Response
A list of scopes that can be added to an access key.
Example response
{
"data": [
{
"id": "managePartitions",
"label": "Manage Partitions",
"type": "Manage",
"dependsOn": [
"viewPartitions"
],
"group": {
"id": "dataManagement",
"label": "Data Management"
}
}
]
}