Skip to content

Guardduty  >  Operations  >  disassociate_from_master_account

disassociate_from_master_account

Operation

disassociate_from_master_account async

disassociate_from_master_account(input: DisassociateFromMasterAccountInput, plugins: list[Plugin] | None = None) -> DisassociateFromMasterAccountOutput

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 CreateMembers API, including the associated email addresses, are retained. This is done so that the delegated administrator can invoke the InviteMembers 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 DeleteMembers API.

Parameters:

Name Type Description Default
input DisassociateFromMasterAccountInput

An instance of DisassociateFromMasterAccountInput.

required
plugins list[Plugin] | None

A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations.

None

Returns:

Type Description
DisassociateFromMasterAccountOutput

An instance of DisassociateFromMasterAccountOutput.

Input

DisassociateFromMasterAccountInput dataclass

Dataclass for DisassociateFromMasterAccountInput structure.

Attributes

detector_id class-attribute instance-attribute
detector_id: str | None = None

The unique ID of the detector of the GuardDuty member account.

Output

DisassociateFromMasterAccountOutput dataclass

Dataclass for DisassociateFromMasterAccountOutput structure.