Values.ScpActionDefinitionSourceThe service control policies (SCP) action definition details.
type nonrec t = {policyId : PolicyId.t;The policy ID attached.
*)targetIds : TargetIds.t;A list of target IDs.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of TargetId.t ] list | `String of PolicyId.t ])
list ]