Values.RemediationParameterValueSourceThe value is either a dynamic (resource) value or a static value. You must select either a dynamic value or a static value.
type nonrec t = {resourceValue : ResourceValue.t option;The value is dynamic and changes at run-time.
*)staticValue : StaticValue.t option;The value is static and does not change at run-time.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of [> `String of StringWithCharLimit256.t ] list ])
list ])
list ]