Framework Control Control Scope Properties
data class FrameworkControlControlScopeProperties(val complianceResourceIds: List<String>? = null, val complianceResourceTypes: List<String>? = null, val tags: List<FrameworkTag>? = null)
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.
Constructors
Link copied to clipboard
fun FrameworkControlControlScopeProperties(complianceResourceIds: List<String>? = null, complianceResourceTypes: List<String>? = null, tags: List<FrameworkTag>? = null)