Returns information about the account selected as the delegated administrator for GuardDuty.
guardduty_describe_organization_configuration(DetectorId)
A list with the following syntax:
list(
AutoEnable = TRUE|FALSE,
MemberAccountLimitReached = TRUE|FALSE,
DataSources = list(
S3Logs = list(
AutoEnable = TRUE|FALSE
)
)
)
[required] The ID of the detector to retrieve information about the delegated administrator from.
svc$describe_organization_configuration(
DetectorId = "string"
)