Skip to content

Pending Manual Changes

The Pending Manual Changes email is sent to source owners when an account change is needed on a source that requires manual provisioning.

Name: Pending Manual Changes

Subject: Changes requested to $identityDisplayName need manual interaction

Body:

<p>$launcher is requesting the following changes for '$identityDisplayName' be manually made by you.</p>  
#if ( $approvalSet.items )  
#foreach ($item in $approvalSet.items)  
<p>Application: $item.applicationName</p>  
#if ( $item.nativeIdentity )  
<p>Account : $item.nativeIdentity</p>  
#end #if ( $item.instance )  
<p>Instance : $item.instance</p>  
#end 
<p>Operation: $item.operation</p>
#if ( $item.displayName )  
<p>Attribute: $item.displayName</p>  
#elseif ( $item.name )  
<p>Attribute: $item.name</p>  
#end #if ( $item.displayValue )  
<p>Value(s): $item.displayValue</p>  
#elseif ( $item.csv )  
<p>Value(s): $item.csv</p>  
#end #if ( $item.requesterComments )  
<p>Requester Comments: $item.requesterComments</p>  
#end #end #end

Attributes

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

Name Type Description
approvalSet ApprovalSet The model for the approval process.
identityDisplayName string The display name of the identity being changed.
identityName string The name of the identity being changed.
item Workitem The item that needs to be changed.
launcher string The identity who requested the change.

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.