Resource Operations
The /resources endpoint provides operations to create, read, update, and delete resource entities. The examples that follow show common actions to find and manage resources entities.
You need the Environment Admin or the Client Application Developer roles to perform operations on resources entities.
Resources data model
| Property | Type | Required? | Mutable? | Description |
|---|---|---|---|---|
|
Integer |
Required |
Mutable |
The number of seconds that the access token is valid. If a value is not specified, the default is 3600. The minimum value is 300 seconds (5 minutes); the maximum value is 2592000 seconds (30 days). |
|
Object |
Optional |
Mutable |
An object that specifies whether to add application permissions to access tokens generated by PingOne. |
|
Boolean |
Optional |
Mutable |
A setting to enable application permission claims in the access token. If this property is omitted, the value is set to |
|
String |
Required |
Mutable |
A URL without a fragment or "@ObjectName" and must not contain "pingone" or "pingidentity" (for example, https://api.myresource.com). If a URL is not specified, the resource name is used. The value that you set here is returned in the audience claim in the token. For more information, refer to Token Introspection (Resource ID and Secret). |
|
Date |
N/A |
Read only |
The time the resource was created. |
|
String |
Optional |
Mutable |
Description of the resource. |
|
String |
Required |
Immutable |
The environment resource’s unique identifier associated with the resource. |
|
String |
Required |
Immutable |
The resource’s unique identifier. |
|
String |
Required |
Immutable |
The resource name, which must be provided and must be unique within an environment. |
|
String |
Required |
Mutable |
The authentication methods supported by the token endpoint. Options are |
|
String |
Required |
Mutable |
The type of resource. Options are |
|
Date |
N/A |
Read only |
The time the resource was last updated. |
Resources core attribute data model
| Property | Type | Required? | Mutable? | Description |
|---|---|---|---|---|
|
String |
Required |
Mutable |
The core claim for the new resource. The default value is |
Resources events generated
Refer to Audit Reporting Events for the events generated.