ApplicationAttributeMappings
The attribute mappings configured for the application.
View-Specific Information
SELECT
Reading data from this entity requires Read Application/applications:read:application 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.ApplicationAttributeMappings WHERE ApplicationId = '8f2c6a33-1f7f-458e-8b58-f92507742293';
SELECT * FROM Administrators.ApplicationAttributeMappings 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 attribute mapping identifier (UUID). | |
| AttributeName | String | The name of the attribute. | |
| AttributeValue | String | The string constants or expression for mapping the attribute name against a specific source. | |
| Type | String | The mapping type of the attribute. Possible values are: 'CORE', 'SCOPE', and 'CUSTOM'. | |
| ApplicationId | String | Applications.Id | The identifier (UUID) of the application to which the attribute mapping belongs. |
| OIDCScopes | String | The OIDC resource scope identifiers (UUID) that this attribute mapping is available for exclusively. If 'null' or empty, the response includes this mapping in the 'openid' scope. | |
| Required | Boolean | Boolean value indicating whether a non-empty value is required for the attribute in this attribute mapping. | |
| IncludeInIDToken | Boolean | Boolean value indicating whether the attribute mapping should be available in the ID Token. This applies only when the application's protocol is 'OPENID_CONNECT'. | |
| IncludeInUserInfo | Boolean | Boolean value indicating whether the attribute mapping should be available through the '/as/userinfo' endpoint. This applies only when the application's protocol is 'OPENID_CONNECT'. | |
| CreatedAt | Datetime | The time at which the attribute mapping was created. | |
| UpdatedAt | Datetime | The time at which the attribute mapping was last updated. |