aws.rolesanywhere.list_subjects
Example SQL Queries
SELECT * FROMaws.rolesanywhere.list_subjects;Description
Lists the subjects in the authenticated account and Amazon Web Services Region.
Required permissions: rolesanywhere:ListSubjects.
Table Definition
| Column Name | Column Data Type |
|---|---|
| page_size Input Column The number of resources in the paginated list. | BIGINT |
| _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 |
| created_at The ISO-8601 time stamp of when the certificate was first used in a temporary credential request. | TIMESTAMP_S |
| enabled The enabled status of the subject. | BOOLEAN |
| last_seen_at The ISO-8601 time stamp of when the certificate was last used in a temporary credential request. | TIMESTAMP_S |
| subject_arn The ARN of the resource. | VARCHAR |
| subject_id The id of the resource. | VARCHAR |
| updated_at The ISO-8601 timestamp when the subject was last updated. | TIMESTAMP_S |
| x509_subject The x509 principal identifier of the authenticating certificate. | VARCHAR |