PasswordPolicies
The password policies in the environment.
View-Specific Information
SELECT
Reading data from this entity requires Read Password Policy/dir:read:passwordPolicy permission.We recommend using the built-in Identity Data Admin role.
The connector 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 connector.
For example, the following queries are processed server-side:
SELECT * FROM Administrators.PasswordPolicies WHERE Id = '740a03be-f7ea-4d57-9d80-ae221ebf7873';
SELECT * FROM Administrators.PasswordPolicies WHERE Id IN ('740a03be-f7ea-4d57-9d80-ae221ebf7873', 'a5672913-01fd-4004-936f-720b50494d02');
Columns
| Name | Type | References | Description |
| Id [KEY] | String | The password policy identifier (UUID). | |
| Name | String | The name of the password policy. | |
| Description | String | The password policy's description. | |
| CreatedAt | Datetime | The time at which the password policy was created. | |
| UpdatedAt | Datetime | The time at which the password policy was last updated. | |
| EnvironmentId | String | Information.Environments.Id | The identifier (UUID) of the environment in which the population exists. |