Updates the delegated administrator account with the values provided.
guardduty_update_organization_configuration(DetectorId, AutoEnable,
DataSources)
An empty list.
[required] The ID of the detector to update the delegated administrator for.
[required] Indicates whether to automatically enable member accounts in the organization.
Describes which data sources will be updated.
svc$update_organization_configuration(
DetectorId = "string",
AutoEnable = TRUE|FALSE,
DataSources = list(
S3Logs = list(
AutoEnable = TRUE|FALSE
)
)
)