Access Revoke Request Decision Email For Requested-For Identity Email Template
The Access Revoke Request Decision Email For Requested-For Identity email notifies a user when a reviewer has made a decision on their access in an access revoke request.
Name: Access Revoke Request Decision Email For Requested-For Identity
Subject: {requesterName}'s Request to Revoke Access from you was #if(approved)approved#{else}denied#end
Body:
<p>Dear ${user.name},</p>
<p>$requesterName's request to remove your access to the $requestedObjectName $requestedObjectType has been <strong>#if ($approved)<span style="color: green;">approved</span>#{else}<span style="color: red;">denied</span>#end.</strong></p>
#if($removeDate)
<p>Your access to ${requestedObjectName} is scheduled to end on ${removeDate}.</p>
#end <p>If you need more information, 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 |
---|---|---|
approved | Boolean | The approval decision. |
removeDate | String | The date on which the access will be removed. |
requestedForIdentityName | String | The identity whose access was requested to be revoked. |
requestedObjectName | String | The name of the item requested to be revoked. |
requestedObjectType | String | The type of the item requested to be revoked. |
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.