Skip to content

Access Revoke Request Submitted Email For Requester Identity Email Template

The Access Revoke Request Submitted Email For Requester Identity email notifies a user that they successfully submitted an access revoke request.

Name: Access Revoke Request Submitted Email For Requester Identity

Subject: Your Revoke Request Was Successfully Submitted.

Body:

Dear ${requesterName},

Your request to revoke the following access items was successfully submitted. If approvals are required, you will be notified when a decision is made about this access.

#if(${requestedForIdentityNames.size()} > 0) Requested For:

    - #foreach ( $name in ${requestedForIdentityNames} )
    - $name
    - #end
#end

Type of Access:

    - #foreach ( $type in ${requestedObjectDetailsByType.keySet()} )
    - $type:
            - #foreach ( $detail in ${requestedObjectDetailsByType.get($type)} )
            - ${detail.name} #if($detail.removeDate) (Access Sunset Date: ${detail.removeDate}) #end
            - #end
    #end

#if(${requestedForIdentityNames.size()} > 0)
        The employees have also been notified about your request.
#end

If you need help with this request, please contact your administrator.

Thanks,

The ${PRODUCT_NAME} Team

Attributes

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

Name Type Description
requestedForIdentityNames List The identity whose access was requested to be revoked.
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.