guardduty_update_organization_configuration: Configures the delegated administrator account with the...

View source: R/guardduty_operations.R

guardduty_update_organization_configurationR Documentation

Configures the delegated administrator account with the provided values

Description

Configures the delegated administrator account with the provided values. You must provide the value for either autoEnableOrganizationMembers or autoEnable.

See https://www.paws-r-sdk.com/docs/guardduty_update_organization_configuration/ for full documentation.

Usage

guardduty_update_organization_configuration(
  DetectorId,
  AutoEnable = NULL,
  DataSources = NULL,
  Features = NULL,
  AutoEnableOrganizationMembers = NULL
)

Arguments

DetectorId

[required] The ID of the detector that configures the delegated administrator.

AutoEnable

Indicates whether to automatically enable member accounts in the organization.

Even though this is still supported, we recommend using AutoEnableOrganizationMembers to achieve the similar results.

DataSources

Describes which data sources will be updated.

Features

A list of features that will be configured for the organization.

AutoEnableOrganizationMembers

Indicates the auto-enablement configuration of GuardDuty for the member accounts in the organization.

  • NEW: Indicates that when a new account joins the organization, they will have GuardDuty enabled automatically.

  • ALL: Indicates that all accounts in the Amazon Web Services Organization have GuardDuty enabled automatically. This includes NEW accounts that join the organization and accounts that may have been suspended or removed from the organization in GuardDuty.

  • NONE: Indicates that GuardDuty will not be automatically enabled for any accounts in the organization. GuardDuty must be managed for each account individually by the administrator.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.