Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Azure AD - Default Entitlement fields Label Change

ssudhakar
New Contributor III
New Contributor III

Hi Team,

We want to change the default entitlement labels mapped by OOTB Connector to custom label as we are proceeding with custom JSON in ENTITLEMENT_ATTRIBUTE.

tried below mapping taking reference from REST Connector developer handbook.

{
"entitlementAttribute": {
"AADGroup": {
"entTypeLabels": {
"customproperty1": "deletionTimestamp",
"customproperty2": "description",
"customproperty5": "dirSyncEnabled",
"customproperty6": "mail",
"customproperty7": "mailEnabled",
"customproperty8": "securityEnabled",
"customproperty9": "groupTypes"
},
"colsToPropsMap": {
"entitlementID": "id~#~char",
"entitlement_value": "displayName~#~char",
"customproperty1": "deletionTimestamp~#~char",
"customproperty2": "description~#~char",
"customproperty5": "dirSyncEnabled~#~char",
"customproperty6": "mail~#~char",
"customproperty7": "mailEnabled~#~char",
"customproperty8": "securityEnabled~#~char",
"customproperty9": "groupTypes~#~listAsString"
}
}
}
}

Entitlements got imported correctly, however the entitlement custom label did not take effect and it has got default OOTB mapping.

CP1 to CP5 can be achieved via UI on AADGroup entitlement Type, Issue is on other fields. like (Entitlement Value field and other CP fields)

Is there a way to achieve this task ?

1 REPLY 1

rushikeshvartak
All-Star
All-Star

Considering v5.5 you need to change in messages.properties file and this will be global change not application specific 


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.