Populations
The populations in the environment.
View-Specific Information
SELECT
Reading data from this entity requires Read Population/dir:read:population 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.Populations WHERE Id = '8bfe1f41-8dd3-4847-94ab-14f9344d8a81';
SELECT * FROM Administrators.Populations WHERE Id IN ('8bfe1f41-8dd3-4847-94ab-14f9344d8a81', '0277e170-eedb-4b04-ae0a-4f4ba63477fa');
Columns
| Name | Type | References | Description |
| Id [KEY] | String | The population identifier (UUID). | |
| Name | String | The name of the population. | |
| Description | String | The population's description. | |
| PasswordPolicyId | String | PasswordPolicies.Id | The password policy identifier (UUID) that is used for this population. If 'null' or empty, the environment's default password policy is used instead. |
| UserCount | Integer | The number of users that belong to the population. | |
| IsDefault | Boolean | Boolean value indicating whether the population is the default population for the environment. Only one population per environment can be the default. | |
| EnvironmentId | String | Information.Environments.Id | The identifier (UUID) of the environment in which the population exists. |
| CreatedAt | Datetime | The time at which the population was created. | |
| UpdatedAt | Datetime | The time at which the population was last updated. |