aws.guardduty.list_organization_admin_accounts
Example SQL Queries
SELECT * FROMaws.guardduty.list_organization_admin_accounts;Description
Lists the accounts designated as GuardDuty delegated administrators. Only the organization's management account can run this API operation.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| admin_account_id The Amazon Web Services account ID for the account. | VARCHAR |
| admin_status Indicates whether the account is enabled as the delegated administrator. | VARCHAR |