Skip to content

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:

Dear ${user.name},

$requesterName's request to remove your access to the $requestedObjectName $requestedObjectType has been <b>#if ($approved)<span style="color:green">approved</span>#{else}<span style="color:red">denied</span>#end.</b>

#if($removeDate)
Your access to ${requestedObjectName} is scheduled to end on ${removeDate}.
#end

If you need more information, please contact $requesterName for assistance.

Thanks,

The ${PRODUCT_NAME} Team

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.