Framework Control
data class FrameworkControl(val controlInputParameters: List<FrameworkControlInputParameter>? = null, val controlName: String, val controlScope: FrameworkControlControlScopeProperties? = null)
Constructors
Link copied to clipboard
constructor(controlInputParameters: List<FrameworkControlInputParameter>? = null, controlName: String, controlScope: FrameworkControlControlScopeProperties? = null)
Properties
Link copied to clipboard
A list of ParameterName and ParameterValue pairs.
Link copied to clipboard
The name of a control. This name is between 1 and 256 characters.
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.