Get Authorization Group
Retrieve an Orchestrator's authorization group.
Request
URI
GET
https://{api_host}/vco/api/authorization-groups
COPY
Path Parameters
string
id
Required
id
Responses
200
The request is successful
Returns authorization-group of type(s) application/json
{
"protectedResources": [
{
"id": "string",
"type": "string"
}
],
"authorizedEntities": [
{
"role": "string",
"domain": "string",
"name": "string",
"id": "string",
"type": "string"
}
],
"description": "string",
"id": "string",
"label": "string"
}
string
description
Optional
description
string
id
Optional
id
string
label
Optional
label
404
Cannot find a group with the specified id.
Operation doesn't return any data structure
Authorization Groups Service Operations
PUT
Add Reference To Group
POST
Create Authorization Group
DELETE
Delete Authorization Group
GET
Get Authorization Group