Application Resource Permissions
The PingOne Authorize {{apiPath}}/environments/{{envID}}/applicationResources/{{appResourceID}}/permissions endpoint provides operations to create, read, update, and delete application resource permissions in PingOne.
Application resources permissions data model
| Property | Type? | Required? | Mutable? | Description |
|---|---|---|---|---|
|
String |
Required |
Mutable |
The action associated with this permission. |
|
String |
Optional |
Mutable |
The resource’s description. |
|
String |
N/A |
Read-only |
The unique identifier for the associated environment. |
|
String |
N/A |
Read-only |
The resource’s unique identifier. |
|
String |
N/A |
Read-only |
The |
|
Object |
N/A |
Read-only |
An object that identifies the associated application resource. |
|
String |
N/A |
Read-only |
The ID for the associated application resource. |
|
String |
N/A |
Read-only |
The name of the associated application resource. |
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. |