Application Resources
The PingOne Authorize {{apiPath}}/environments/{{envID}}/applicationResources endpoint provides operations to read application resources in PingOne. For information about create, update, and delete operations for application resources, refer to Create Application Resource, Update Application Resource, and Delete Application Resource.
API application resources data model
| Property | Type? | Required? | Mutable? | Description |
|---|---|---|---|---|
|
String |
Optional |
Mutable |
The application resource’s description. |
|
String |
N/A |
Read only |
The resource’s unique identifier. |
|
String |
Required |
Mutable |
The application resource name. The |
|
Object |
Required |
Read only |
The application resource’s parent. |
|
String |
Required |
Read only |
The application resource’s parent type. Options are |
|
String |
Required |
Read only |
The application resource’s parent ID. |
Response codes
| Code | Message |
|---|---|
200 |
Successful operation. |
201 |
Successfully created. |
204 |
Successfully removed. No content. |
400 |
The request could not be completed. |
401 |
You do not have access to this resource. |
403 |
You do not have permissions or are not licensed to make this request. |
404 |
The requested resource was not found. |