Values.UpdateOrganizationConfigurationRequestSourceUpdates the configuration for the Organizations integration in the current Region. Can only be called by the Detective administrator account for the organization.
type nonrec t = {graphArn : GraphArn.t;The ARN of the organization behavior graph.
*)autoEnable : Boolean.t option;Indicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of GraphArn.t ]) list ]