Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

get_administrator_account

get_administrator_account(**kwargs)

Provides the details for the GuardDuty administrator account associated with the current GuardDuty member account.

See also: AWS API Documentation

Request Syntax

response = client.get_administrator_account(
    DetectorId='string'
)
Parameters
DetectorId (string) --

[REQUIRED]

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

Return type
dict
Returns
Response Syntax
{
    'Administrator': {
        'AccountId': 'string',
        'InvitationId': 'string',
        'RelationshipStatus': 'string',
        'InvitedAt': 'string'
    }
}

Response Structure

  • (dict) --
    • Administrator (dict) --

      The administrator account details.

      • AccountId (string) --

        The ID of the account used as the administrator account.

      • InvitationId (string) --

        The value that is used to validate the administrator account to the member account.

      • RelationshipStatus (string) --

        The status of the relationship between the administrator and member accounts.

      • InvitedAt (string) --

        The timestamp when the invitation was sent.

Exceptions

  • GuardDuty.Client.exceptions.BadRequestException
  • GuardDuty.Client.exceptions.InternalServerErrorException