Environments
The environments in your organization.
View-Specific Information
SELECT
Reading data from this entity requires Read Environment/orgmgt:read:environment 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 Information.Environments WHERE Id = 'e2434246-9a5d-41d2-b2f0-fb1d18847b7c';
SELECT * FROM Information.Environments WHERE Id IN ('e2434246-9a5d-41d2-b2f0-fb1d18847b7c', '0780564a-7451-4358-960b-c5e9a2c9ea14');
Columns
| Name | Type | References | Description |
| Id [KEY] | String | The environment identifier (UUID). | |
| Name | String | The name of the environment. | |
| Description | String | The environment's description. | |
| Type | String | The type of the environment. Possible values are: 'PRODUCTION' and 'SANDBOX'. | |
| OrganizationId | String | Information.Organizations.Id | The identifier (UUID) of the organization in which the environment exists. |
| CreatedAt | Datetime | The time at which the environment was created. | |
| UpdatedAt | Datetime | The time at which the environment was last updated. | |
| Region | String | The region in which this environment will be used. Possible values are: 'NA', 'CA', 'EU', 'AU', and 'AP'. | |
| IconURL | String | The URL referencing the image to use for the environment icon. |