aws.fms.list_admin_accounts_for_organization
Example SQL Queries
SELECT * FROMaws.fms.list_admin_accounts_for_organization;Description
Returns a AdminAccounts object that lists the Firewall Manager administrators within the organization that are onboarded to Firewall Manager by AssociateAdminAccount.
This operation can be called only from the organization's management account.
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 The Amazon Web Services account ID of the Firewall Manager administrator's account. | VARCHAR |
| default_admin A boolean value that indicates if the administrator is the default administrator. If true, then this is the default administrator account. The default administrator can manage third-party firewalls and has full administrative scope. There is only one default administrator account per organization. For information about Firewall Manager default administrator accounts, see Managing Firewall Manager administrators in the Firewall Manager Developer Guide. | BOOLEAN |
| status The current status of the request to onboard a member account as an Firewall Manager administrator.
| VARCHAR |