3.11.3. Get available resources


GET /policies/resources

Description

Gets the available resources that support access/authorization policies

Responses

HTTP Code Description Schema

200

successful operation

< Resource > array

401

Client could not be authenticated.

No Content

403

Client is not authorized to make this request.

No Content

Consumes

  • /

Produces

  • application/json

Security

Type Name

apiKey

Authorization

Example HTTP request

Request path


/policies/resources

Example HTTP response

Response 200


         [ {
  "identifier" : "string",
  "name" : "string"
} ]