Configuring the Approval Duration
Duration Settings at a Glance
Setting
Default
What it controls
How to change
Understanding the Two File Access Jobs
Part 1 – Changing the MFA / Justification File Access Duration
1
2
3
4
{
"PolicyName": "File Access Duration – MFA (Custom)",
"PolicyType": "JobUpdate",
"Status": "on",
"Extension": {
"JobId": "LaunchFileAccess",
"Action": "Update",
"JobJson": "{\"id\":\"LaunchFileAccess\",\"name\":\"Launch File Access\",\"description\":\"Launches file access with a custom MFA/justification duration.\",\"enabled\":true,\"events\":[\"LaunchFileAccess\"],\"parameters\":[{\"name\":\"DurationMinutes\",\"type\":\"Number\",\"default\":YOUR_DURATION_IN_MINUTES}],\"tasks\":[{\"id\":\"grant-file-access\",\"executionType\":\"HTTP\",\"url\":\"/api/fileaccess/grant\",\"method\":\"POST\",\"body\":\"{\\\"filePath\\\":\\\"{FilePath}\\\",\\\"userIdentifier\\\":\\\"{UserIdentifier}\\\",\\\"userName\\\":\\\"{UserName}\\\",\\\"policyUid\\\":\\\"{PolicyUid}\\\",\\\"requestId\\\":\\\"{RequestId}\\\",\\\"durationMinutes\\\":{DurationMinutes}}\"}]}"
}
}5
Part 2 – Changing the Approval-Gated File Access Duration
Part 3 – Changing the Pending Approval Expiration
1
2
3
4
5
Part 4 – Changing the Approved Request Launch Window
References
Duration Reference Table
Value
Minutes
Hours
For approval expiration (in hours):
Value
Duration
Last updated
Was this helpful?

