Values.ActionSummarySourceContains the summary of the actions, including information about where the action resolves to.
type nonrec t = {actionId : ID.t option;The ID of the action.
*)actionDefinitionId : ID.t option;The ID of the action definition.
*)targetResource : TargetResource.t option;The resource the action will be taken on.
*)resolveTo : ResolveTo.t option;The detailed resource this action resolves to.
*)}