Values.SecurityControlCustomParameterSourceA list of security controls and control parameter values that are included in a configuration policy.
type nonrec t = {securityControlId : NonEmptyString.t option;The ID of the security control.
*)parameters : Parameters.t option;An object that specifies parameter values for a control in a configuration policy.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of NonEmptyString.t ]
* [> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Double of Double.t
| `Integer of Integer.t
| `List of
[> `Integer of Integer.t
| `String of NonEmptyString.t ]
list
| `String of NonEmptyString.t ])
list ])
list ])
list
| `String of NonEmptyString.t ])
list ]