get_delegated_admin_account
()¶Retrieves information about the Amazon Inspector delegated administrator for your organization.
See also: AWS API Documentation
Request Syntax
response = client.get_delegated_admin_account()
{
'delegatedAdmin': {
'accountId': 'string',
'relationshipStatus': 'CREATED'|'INVITED'|'DISABLED'|'ENABLED'|'REMOVED'|'RESIGNED'|'DELETED'|'EMAIL_VERIFICATION_IN_PROGRESS'|'EMAIL_VERIFICATION_FAILED'|'REGION_DISABLED'|'ACCOUNT_SUSPENDED'|'CANNOT_CREATE_DETECTOR_IN_ORG_MASTER'
}
}
Response Structure
The Amazon Web Services account ID of the Amazon Inspector delegated administrator.
The Amazon Web Services account ID of the Amazon Inspector delegated administrator for your organization.
The status of the Amazon Inspector delegated administrator.
Exceptions
Inspector2.Client.exceptions.AccessDeniedException
Inspector2.Client.exceptions.ValidationException
Inspector2.Client.exceptions.ResourceNotFoundException
Inspector2.Client.exceptions.ThrottlingException
Inspector2.Client.exceptions.InternalServerException