Learn R Programming

paws.security.identity (version 0.1.9)

guardduty_update_organization_configuration: Updates the delegated administrator account with the values provided

Description

Updates the delegated administrator account with the values provided.

Usage

guardduty_update_organization_configuration(DetectorId, AutoEnable)

Arguments

DetectorId

[required] The ID of the detector to update the delegated administrator for.

AutoEnable

[required] Indicates whether to automatically enable member accounts in the organization.

Request syntax

svc$update_organization_configuration(
  DetectorId = "string",
  AutoEnable = TRUE|FALSE
)