AuditManager.Client.
register_organization_admin_account
(**kwargs)¶Enables an Amazon Web Services account within the organization as the delegated administrator for Audit Manager.
See also: AWS API Documentation
Request Syntax
response = client.register_organization_admin_account(
adminAccountId='string'
)
[REQUIRED]
The identifier for the delegated administrator account.
{
'adminAccountId': 'string',
'organizationId': 'string'
}
Response Structure
The identifier for the delegated administrator account.
The identifier for the organization.
Exceptions
AuditManager.Client.exceptions.ValidationException
AuditManager.Client.exceptions.AccessDeniedException
AuditManager.Client.exceptions.InternalServerException
AuditManager.Client.exceptions.ResourceNotFoundException