View source: R/guardduty_operations.R
guardduty_update_organization_configuration | R Documentation |
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.
guardduty_update_organization_configuration(
DetectorId,
AutoEnable = NULL,
DataSources = NULL,
Features = NULL,
AutoEnableOrganizationMembers = NULL
)
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
|
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.