Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 873 Bytes

File metadata and controls

29 lines (23 loc) · 873 Bytes

Mock

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": {}
    }
}