GetFrameworkControl

data class GetFrameworkControl(val inputParameters: List<GetFrameworkControlInputParameter>, val name: String, val scopes: List<GetFrameworkControlScope>)

Constructors

Link copied to clipboard
constructor(inputParameters: List<GetFrameworkControlInputParameter>, name: String, scopes: List<GetFrameworkControlScope>)

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

Backup framework name.

Link copied to clipboard

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.