Framework Control
data class FrameworkControl(val inputParameters: List<FrameworkControlInputParameter>? = null, val name: String, val scope: FrameworkControlScope? = null)
Constructors
Link copied to clipboard
constructor(inputParameters: List<FrameworkControlInputParameter>? = null, name: String, scope: FrameworkControlScope? = null)
Properties
Link copied to clipboard
One or more input parameter blocks. An example of a control with two parameters is: "backup plan frequency is at least daily and the retention period is at least 1 year". The first parameter is daily. The second parameter is 1 year. Detailed below.
Link copied to clipboard
The scope of a control. The control scope defines what the control will evaluate. Three examples of control scopes are: a specific backup plan, all backup plans with a specific tag, or all backup plans. Detailed below.