Access Revoke Request Submitted Email For Requested-For Identity Email Template
The Access Revoke Request Submitted Email For Requested-For Identity email is sent to the identity whose access is being reviewed in an access revoke request.
Name: Access Revoke Request Submitted Email For Requested-For Identity
Subject: $requesterName Has Requested to Revoke Your Access.
Body:
<p>Dear ${requestedForIdentityName},</p>
<p>$requesterName has requested removal of your access from following items. If approvals are required, you will be notified when a decision is made about this access.</p>
#foreach ( $type in ${requestedObjectDetailsByType.keySet()} ) <p>$type:</p>
<ul>#foreach ( $detail in ${requestedObjectDetailsByType.get($type)} )
<li>${detail.name} #if($detail.removeDate) (Access Sunset Date: ${detail.removeDate}) #end</li>
#end</ul>
<br>#end
<p>If you need more information about this request, please contact $requesterName for assistance.</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 |
---|---|---|
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.