Skip to content

Access Profile Cleanup Notification

The Access Profile Cleanup Notification email is sent to a user when their access profiles change due to deleted entitlements on the source.

Name: Access Profile Cleanup Notification

Subject: Deleted entitlements found in Access Profiles

Body:

Dear ${user.name},

Due to recent entitlement aggregation and system refresh activity, entitlement changes were detected on the source and have triggered changes relating to your access profiles in IdentityNow.

#if($disabledAccessProfiles && $disabledAccessProfiles.size() > 0)

The following access profiles now have no valid entitlements and have been disabled:

    #foreach ( $accessProfile in $disabledAccessProfiles )
    $accessProfile
    #end

#end #if($accessProfilesWithDeletedEntitlements && $accessProfilesWithDeletedEntitlements.size() > 0)

The following access profiles contain deleted entitlements but still contain other valid entitlements and remain active:

    #foreach ( $accessProfile in ${accessProfilesWithDeletedEntitlements.keySet()} )
    $accessProfile
        #foreach ( $entitlement in ${accessProfilesWithDeletedEntitlements.get($accessProfile)} )
        $entitlement
        #end
    #end

#end

To make any changes to these access profiles in IdentityNow, please log in as an administrator at $identityNowUrl/ui/admin#admin:access:access-profiles .

Thanks,
The ${PRODUCT_NAME} Team

Attributes

None. All variable content is provided through global variables.