Authorizations
Check subjectId permissions against featureId for each target Id
Workday Resource Information
Check subjectId permissions against featureId for each target IdSecured by: View: Global Payroll Authorizations+TG
Scope: Global Payroll Connect
Aggregate Fields
The connector represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is. Fields marked with a hyphen are read-only and must not be included when calling stored procedures or when performing an INSERT or UPDATE.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
Targets_Aggregate
[{
*id: Text /* Target ID */
-permissions: [{
-id: Text /* Permission ID */
}]
}]
Input
| Name | Type | Description |
| FeatureId | String | Identifier for the external payroll feature being evaluated for authorization. |
| SubjectId | String | Identifier for the entity (e.g., user, role) being evaluated for authorization. |
| Targets_Aggregate | String | List of targets for which the subject's authorization is being checked. |
Result Set Columns
| Name | Type | Description |
| FeatureId | String | Identifier for the external payroll feature being evaluated for authorization. |
| SubjectId | String | Identifier for the entity (e.g., user, role) being evaluated for authorization. |
| Targets_Aggregate | String | List of targets for which the subject's authorization is being checked. |