Access Profile Cleanup Notification
The Access Profile Cleanup Notification email is sent to an admin 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:
<p>Dear ${user.name},</p>
<p>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.</p>
#if($disabledAccessProfiles && $disabledAccessProfiles.size() > 0)
<p>The following access profiles now have no valid entitlements and have been disabled:</p>
<ul>#foreach ( $accessProfile in $disabledAccessProfiles )
<li>$accessProfile</li>
#end</ul>
#end #if($accessProfilesWithDeletedEntitlements && $accessProfilesWithDeletedEntitlements.size() > 0)
<p>The following access profiles contain deleted entitlements but still contain other valid entitlements and remain active:</p>
<ul>#foreach ( $accessProfile in ${accessProfilesWithDeletedEntitlements.keySet()} )
<li>$accessProfile
<ul>#foreach ( $entitlement in ${accessProfilesWithDeletedEntitlements.get($accessProfile)} )
<li>$entitlement</li>
#end</ul>
</li>
#end</ul>
#end
<p>To make any changes to these access profiles in IdentityNow, please log in as an administrator at <a href="$identityNowUrl/ui/admin#admin:access:access-profiles"> $identityNowUrl/ui/admin#admin:access:access-profiles </a> .</p>
<p>Thanks,<br>The ${PRODUCT_NAME} Team</p>
Attributes
None. All variable content is provided through global variables.
Documentation Feedback
Feedback is provided as an informational resource only and does not form part of SailPoint’s official product documentation. SailPoint does not warrant or make any guarantees about the feedback (including without limitation as to its accuracy, relevance, or reliability). All feedback is subject to the terms set forth at https://developer.sailpoint.com/discuss/tos.