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 |
< 4.42. 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 |
Example HTTP request
/policies/resources
Example HTTP response
[ {
"identifier" : "string",
"name" : "string"
} ]