aws.organizations.list_delegated_administrators
Example SQL Queries
SELECT * FROMaws.organizations.list_delegated_administrators;Description
Lists the Amazon Web Services accounts that are designated as delegated administrators in this organization.
This operation can be called only from the organization's management account or by a member account that is a delegated administrator for an Amazon Web Services service.
Table Definition
| Column Name | Column Data Type |
|---|---|
| service_principal Input Column Specifies a service principal name. If specified, then the operation lists the delegated administrators only for the specified service. If you don't specify a service principal, the operation lists all delegated administrators for all services in your organization. | VARCHAR |
| _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
| |
| arn The Amazon Resource Name (ARN) of the delegated administrator's account. | VARCHAR |
| delegation_enabled_date The date when the account was made a delegated administrator. | TIMESTAMP_S |
| email The email address that is associated with the delegated administrator's Amazon Web Services account. | VARCHAR |
| id The unique identifier (ID) of the delegated administrator's account. | VARCHAR |
| joined_method The method by which the delegated administrator's account joined the organization. | VARCHAR |
| joined_timestamp The date when the delegated administrator's account became a part of the organization. | TIMESTAMP_S |
| name The friendly name of the delegated administrator's account. | VARCHAR |
| status The status of the delegated administrator's account in the organization. | VARCHAR |