ApplicationAuthenticationPolicyAssignments
The authentication (sign-on) policy assignments of the application.
View-Specific Information
SELECT
Reading data from this entity requires Read Sign-on Policy Assignment/applications:read:signOnPolicyAssignment permission.We recommend using the built-in Client Application Developer role.
To execute SELECT statements on this entity, the ApplicationId column must be specified in the criteria as shown in the examples below:
SELECT * FROM Administrators.ApplicationAuthenticationPolicyAssignments WHERE ApplicationId = '8f2c6a33-1f7f-458e-8b58-f92507742293';
SELECT * FROM Administrators.ApplicationAuthenticationPolicyAssignments WHERE ApplicationId IN ('8f2c6a33-1f7f-458e-8b58-f92507742293', '4441de0a-e4f2-47da-a217-545955eb23a5');
The 本製品 uses the PingOne Platform API to process WHERE clause conditions built with the following columns and operators.
- ApplicationId supports the following operators: =, IN.
All other filters are processed client-side within the 本製品.
Columns
| Name | Type | References | Description |
| Id [KEY] | String | The authentication policy assignment identifier (UUID). | |
| ApplicationId | String | Applications.Id | The identifier (UUID) of the application to which the authentication policy is assigned. |
| AuthenticationPolicyId | String | AuthenticationPolicies.Id | The identifier (UUID) of the authentication policy assigned to the application. |
| Priority | Integer | The order in which the authentication policy referenced by this assignment is evaluated during an authentication flow relative to other authentication policies. An assignment with a lower priority will be evaluated first. |