Get Authorization Group

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"
}
protectedResources
Optional

protectedResources

authorizedEntities
Optional

authorizedEntities

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