Skip to content

Access Revoke Request Reviewer Email Template

The Access Revoke Request Reviewer email notifies a user that they have an access revoke request to review.

Name: Access Revoke Request Reviewer

Subject: New access revoke request for ${requestedForIdentityName} ready for review

Body:

Dear ${user.name},

$requesterName has requested that the "$requestedObjectName" $requestedObjectType be revoked from $requestedForIdentityName.</p>

#if($requesterComments)               
$requesterName gave the following reason for revoking access:

<b> $requesterComments </b>
#end

If this request is approved, $requestedForIdentityName will lose the $requestedObjectName $requestedObjectType
#if($requestedObjectType == "Role" || $requestedObjectType == "AccessProfile") and all associated entitlements #if($removeDate)on $removeDate #end.
#end

Thanks,

The ${PRODUCT_NAME} Team

Attributes

This email template uses version 1 global variables and the following template-specific attributes:

Name Type Description
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.
requesterComments String The comments the requester enters when they submit the request.
requesterName String The identity who submitted the access revoke request.