Access Revoke Request Submitted Email For Requester Identity Email Template
The Access Revoke Request Submitted Email For Requester Identity email notifies a user that they successfully submitted an access revoke request.
Name: Access Revoke Request Submitted Email For Requester Identity
Subject: Your Revoke Request Was Successfully Submitted.
Body:
<p>Dear ${requesterName},</p>
<p>Your request to revoke the following access items was successfully submitted. If approvals are required, you will be notified when a decision is made about this access.</p>
<p>#if(${requestedForIdentityNames.size()} > 0) Requested For:</p>
<ul>#foreach ( $name in ${requestedForIdentityNames} )
<li>$name</li>
#end</ul>
<p>#end Type of Access:</p>
<ul>#foreach ( $type in ${requestedObjectDetailsByType.keySet()} )
<li>$type:
<ul>#foreach ( $detail in ${requestedObjectDetailsByType.get($type)} )
<li>${detail.name} #if($detail.removeDate) (Access Sunset Date: ${detail.removeDate}) #end</li>
#end</ul>
</li>
#end</ul>
#if(${requestedForIdentityNames.size()} > 0)
<p>The employee has also been notified about your request.</p>
#end
<p>If you need help with this request, please contact your administrator.</p>
<p>Thanks,<br>The ${PRODUCT_NAME} Team</p>
Attributes
This email template uses version 1 global variables and the following template-specific attributes:
Name | Type | Description |
---|---|---|
requestedForIdentityNames | List | The identity whose access was requested to be revoked. |
requestedObjectDetailsByType | Map | A list of details about each item requested to be revoked, in order of the object type. |
requestedObjectNamesByType | Map | The names of each item requested to be revoked, in order of the object type. |
requesterName | String | The identity who submitted the access revoke request. |
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.