ResourceAttributeMappings
The attribute mappings configured for the application.
View-Specific Information
SELECT
Reading data from this entity requires Read Attribute/resources:read:attribute permission.We recommend using the built-in Client Application Developer role.
To execute SELECT statements on this entity, the ResourceId column must be specified in the criteria as shown in the examples below:
SELECT * FROM Administrators.ResourceAttributeMappings WHERE ResourceId = '0978e1d6-cdd5-4115-a5e0-90fe93064e40';
SELECT * FROM Administrators.ResourceAttributeMappings WHERE ResourceId IN ('0978e1d6-cdd5-4115-a5e0-90fe93064e40', '7b9a9ba5-459a-45df-a6db-cbc3cab0e53d');
The 本製品 uses the PingOne Platform API to process WHERE clause conditions built with the following columns and operators.
- ResourceId 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', 'CUSTOM', and 'PREDEFINED'. | |
| ResourceId | String | Resources.Id | The identifier (UUID) of the application to which the attribute mapping belongs. |
| IncludeInIDToken | Boolean | Boolean value indicating whether the attribute mapping should be available in the ID Token. This applies only for the attribute mappings of the 'OpenId Connect' resource. | |
| IncludeInUserInfo | Boolean | Boolean value indicating whether the attribute mapping should be available through the '/as/userinfo' endpoint. This applies only for the attribute mappings of the 'OpenId Connect' resource. |