curl --request GET \
--url https://api.rigbox.dev/api/access-control/role-presets \
--header 'Authorization: Bearer <token>'{
"presets": [
{
"match_tag_keys": [
"<string>"
],
"permissions": [
"<string>"
],
"required_resource_tags": {},
"role": "<string>",
"scope_kind": "<string>",
"system_managed": true,
"updated_at": "2023-11-07T05:31:56Z"
}
]
}List available role presets and their permissions.
curl --request GET \
--url https://api.rigbox.dev/api/access-control/role-presets \
--header 'Authorization: Bearer <token>'{
"presets": [
{
"match_tag_keys": [
"<string>"
],
"permissions": [
"<string>"
],
"required_resource_tags": {},
"role": "<string>",
"scope_kind": "<string>",
"system_managed": true,
"updated_at": "2023-11-07T05:31:56Z"
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Optional role preset scope: platform, account, or workspace
Available role presets
Show child attributes