Learn R Programming

paws.security.identity (version 0.1.12)

guardduty_describe_organization_configuration: Returns information about the account selected as the delegated administrator for GuardDuty

Description

Returns information about the account selected as the delegated administrator for GuardDuty.

Usage

guardduty_describe_organization_configuration(DetectorId)

Value

A list with the following syntax:

list(
  AutoEnable = TRUE|FALSE,
  MemberAccountLimitReached = TRUE|FALSE,
  DataSources = list(
    S3Logs = list(
      AutoEnable = TRUE|FALSE
    )
  )
)

Arguments

DetectorId

[required] The ID of the detector to retrieve information about the delegated administrator from.

Request syntax

svc$describe_organization_configuration(
  DetectorId = "string"
)