scopes property

Input<List<GetFrameworkControlScope>> scopes
final

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.

Implementation

final pulumi.Input<List<GetFrameworkControlScope>> scopes;