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.AccessDeniedExceptionInspector2.Client.exceptions.ValidationExceptionInspector2.Client.exceptions.ResourceNotFoundExceptionInspector2.Client.exceptions.ThrottlingExceptionInspector2.Client.exceptions.InternalServerException