Access Revoke Request Decision For Requester Email Template
The Access Revoke Request Decision For Requester email notifies the requestor that a user has reviewed their access revoke request.
Name: Access Revoke Request Decision For Requester
Subject: Your access revoke request for {requestedObjectName} has been #if(approved)approved#{else}denied#end
Body:
<p>Dear ${user.name},</p>
<p>Your request to revoke the $requestedObjectName $requestedObjectType from $requestedForIdentityName has been <strong>#if ($approved)<span style="color: green;">approved</span>#{else}<span style="color: red;">denied</span>#end.</strong></p>
#if($approved)
<p>$requestedForIdentityName's access to the $requestedObjectName $requestedObjectType will be revoked #if($removeDate) on $removeDate. #else soon, after additional processing. #end</p>
#end #if (!$approved && $reviewerComment)
<p>${rejecterName} gave the following reason for denying the request: <strong>$reviewerComment</strong></p>
#end #if (!$approved)
<p>Please contact ${rejecterName} if you have any questions.</p>
#end
<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. |
rejecterName | string | If applicable, the name of the reviewer who rejected this request. |
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. |
reviewerComment | String | The comments the reviewer entered when they denied access, if applicable. |
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.