aws.securityhub.list_members
Example SQL Queries
SELECT * FROMaws.securityhub.list_members;Description
Lists details about all member accounts for the current Security Hub administrator account.
The results include both member accounts that belong to an organization and member accounts that were invited manually.
Table Definition
| Column Name | Column Data Type |
|---|---|
| only_associated Input Column Specifies which member accounts to include in the response based on their relationship status with the administrator account. The default value is TRUE. If OnlyAssociated is set to TRUE, the response includes member accounts whose relationship status with the administrator account is set to ENABLED. If OnlyAssociated is set to FALSE, the response includes all existing member accounts. | BOOLEAN |
| _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 |
| account_id The Amazon Web Services account ID of the member account. | VARCHAR |
| administrator_id The Amazon Web Services account ID of the Security Hub administrator account associated with this member account. | VARCHAR |
| email The email address of the member account. | VARCHAR |
| invited_at A timestamp for the date and time when the invitation was sent to the member account. | TIMESTAMP_S |
| master_id This is replaced by AdministratorID. The Amazon Web Services account ID of the Security Hub administrator account associated with this member account. | VARCHAR |
| member_status The status of the relationship between the member account and its administrator account. The status can have one of the following values:
| VARCHAR |
| updated_at The timestamp for the date and time when the member account was updated. | TIMESTAMP_S |