FrameworkControl

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)

Types

Link copied to clipboard
object Companion

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 unique name of the framework. The name must be between 1 and 256 characters, starting with a letter, and consisting of letters, numbers, and underscores.

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.