guardduty_update_organization_configuration {paws.security.identity} | R 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. To find the |
AutoEnable |
Represents whether to automatically enable member accounts in the organization. This applies to only new member accounts, not the existing member accounts. When a new account joins the organization, the chosen features will be enabled for them by default. Even though this is still supported, we recommend using
|
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
Use one of the following configuration values for
|