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 a value for either autoEnableOrganizationMembers or autoEnable, but not both.

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

Represents whether or not to automatically enable member accounts in the organization.

Even though this is still supported, we recommend using AutoEnableOrganizationMembers to achieve the similar results. You must provide a value for either autoEnableOrganizationMembers or autoEnable.

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. You must provide a value for either autoEnableOrganizationMembers or autoEnable.

Use one of the following configuration values for autoEnableOrganizationMembers:

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

  • ALL: Indicates that all accounts in the 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.

    It may take up to 24 hours to update the configuration for all the member accounts.

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

    When you update the auto-enable setting from ALL or NEW to NONE, this action doesn't disable the corresponding option for your existing accounts. This configuration will apply to the new accounts that join the organization. After you update the auto-enable settings, no new account will have the corresponding option as enabled.


paws.security.identity documentation built on May 29, 2024, 10:51 a.m.