Resources
The resources in the environment.
View-Specific Information
SELECT
Reading data from this entity requires Read Resource/resources:read:resource permission.We recommend using the built-in Client Application Developer role.
The 本製品 uses the PingOne Platform API to process WHERE clause conditions built with the following columns and operators.
- Id supports the following operators: =, IN.
All other filters are processed client-side within the 本製品.
For example, the following queries are processed server-side:
SELECT * FROM Administrators.Resources WHERE Id = '0978e1d6-cdd5-4115-a5e0-90fe93064e40';
SELECT * FROM Administrators.Resources WHERE Id IN ('0978e1d6-cdd5-4115-a5e0-90fe93064e40', '7b9a9ba5-459a-45df-a6db-cbc3cab0e53d');
Columns
| Name | Type | References | Description |
| Id [KEY] | String | The resource identifier (UUID). | |
| Name | String | The name of the resource. | |
| Description | String | The resource's description. | |
| Type | String | The type of resource. Possible values are: 'OPENID_CONNECT', 'PING_ONE_API', and 'CUSTOM'. | |
| Audience | String | The intended audience for the resource. | |
| TokenDuration | Integer | The number of seconds that the access token is valid. | |
| TokenIntrospectionEndpointMethod | String | The authentication methods supported by the token endpoint. Possible values are: 'NONE', 'CLIENT_SECRET_BASIC', 'CLIENT_SECRET_POST', 'CLIENT_SECRET_JWT', and 'PRIVATE_KEY_JWT'. Applies only to custom resources. | |
| EnableTokenPermissionClaims | Boolean | Boolean value indicating whether to enable application permission claims in the access token. | |
| CreatedAt | Datetime | The time at which the resource was created. | |
| UpdatedAt | Datetime | The time at which the resource was last updated. | |
| EnvironmentId | String | Information.Environments.Id | The identifier (UUID) of the environment in which the resource exists. |