Learn R Programming

paws.security.identity (version 0.1.10)

guardduty_get_member_detectors: Describes which data sources are enabled for the member account's detector

Description

Describes which data sources are enabled for the member account's detector.

Usage

guardduty_get_member_detectors(DetectorId, AccountIds)

Arguments

DetectorId

[required] The detector ID for the administrator account.

AccountIds

[required] The account ID of the member account.

Request syntax

svc$get_member_detectors(
  DetectorId = "string",
  AccountIds = list(
    "string"
  )
)