FrameworkControlSet

data class FrameworkControlSet(val controls: List<FrameworkControlSetControl>? = null, val id: String? = null, val name: String)

Constructors

Link copied to clipboard
constructor(controls: List<FrameworkControlSetControl>? = null, id: String? = null, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Configuration block(s) for the controls within the control set. See controls Block below for details.

Link copied to clipboard
val id: String? = null

Unique identifier for the framework.

Link copied to clipboard

Name of the control set.