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

AzureAD Entitlements Mapping

ARNAB86
New Contributor III
New Contributor III

Hi Team,

Can you please help to get the json for entitlement attribute mapping for AZureAD.

i have already used the json which has mentioned in the document for custom entitlement mapping but its not working.

could you please help me to get the working JSON 

 

Thanks

Arnab Pal

2 REPLIES 2

NM
Regular Contributor III
Regular Contributor III

Hi ARNAB86,

Could you please let me know what error do you see in logs?

Thanks

rushikeshvartak
All-Star
All-Star
{
	"entitlementAttribute": {
		"AADGroup": {
			"colsToPropsMap": {
				"entitlementID": "id~#~char",
				"entitlement_value": "displayName~#~char",
				"description": "description~#~emchar",
				"customproperty1": "deletionTimestamp~#~char",
				"customproperty3": "membershipRule~#~char",
				"customproperty5": "dirSyncEnabled~#~char",
				"customproperty6": "lastDirSyncTime~#~char",
				"customproperty7": "mail~#~char",
				"customproperty8": "mailEnabled~#~char",
				"customproperty9": "onPremisesSecurityIdentifier~#~char",
				"customproperty10": "securityEnabled~#~char",
				"customproperty11": "groupTypes~#~listAsString",
				"customproperty13": "membershipRuleProcessingState~#~char",
				"customproperty16": "resourceProvisioningOptions~#~char",
				"customproperty17": "onPremisesSyncEnabled~#~char",
				"customproperty30": "visibility~#~char"
			}
		},
		"AADGroupOwners": {
			"colsToPropsMap": {
				"entitlementID": "id~#~char",
				"entitlement_value": "displayName~#~char"
			}
		}
	}
}

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