Skip to content

CloudTrail  >  Operations  >  register_organization_delegated_admin

register_organization_delegated_admin

Operation

register_organization_delegated_admin async

register_organization_delegated_admin(input: RegisterOrganizationDelegatedAdminInput, plugins: list[Plugin] | None = None) -> RegisterOrganizationDelegatedAdminOutput

Registers an organization's member account as the CloudTrail delegated administrator.

Parameters:

Name Type Description Default
input RegisterOrganizationDelegatedAdminInput

An instance of RegisterOrganizationDelegatedAdminInput.

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
RegisterOrganizationDelegatedAdminOutput

An instance of RegisterOrganizationDelegatedAdminOutput.

Input

RegisterOrganizationDelegatedAdminInput dataclass

Specifies an organization member account ID as a CloudTrail delegated administrator.

Attributes

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

An organization member account ID that you want to designate as a delegated administrator.

Output

RegisterOrganizationDelegatedAdminOutput dataclass

Returns the following response if successful. Otherwise, returns an error.