Important
This destination type is designed to be solely used when testing SACRED.
When a rotation job occurs it produces a map containing useful information that can be assigned to various destinations; this type stores this map in a global variable called $global:SACREDMockDestination.
The following JSON job definition snippet updates this global variable:
{
"...": ...,
"rotationSchedule": "...",
"update": {
"mock": {}
}
}