Skip to content

Disassociate From Administrator Account

guardduty_disassociate_from_administrator_account R Documentation

Disassociates the current GuardDuty member account from its administrator account

Description

Disassociates the current GuardDuty member account from its administrator account.

When you disassociate an invited member from a GuardDuty delegated administrator, the member account details obtained from the create_members API, including the associated email addresses, are retained. This is done so that the delegated administrator can invoke the invite_members API without the need to invoke the CreateMembers API again. To remove the details associated with a member account, the delegated administrator must invoke the delete_members API.

With autoEnableOrganizationMembers configuration for your organization set to ALL, you'll receive an error if you attempt to disable GuardDuty in a member account.

Usage

guardduty_disassociate_from_administrator_account(DetectorId)

Arguments

DetectorId

[required] The unique ID of the detector of the GuardDuty member account.

Value

An empty list.

Request syntax

svc$disassociate_from_administrator_account(
  DetectorId = "string"
)