aws.rolesanywhere.get_subject
Example SQL Queries
SELECT * FROMaws.rolesanywhere.get_subjectWHERE"subject_id" = 'VALUE';Description
Gets a subject, which associates a certificate identity with authentication attempts. The subject stores auditing information such as the status of the last authentication attempt, the certificate data used in the attempt, and the last time the associated identity attempted authentication.
Required permissions: rolesanywhere:GetSubject.
Table Definition
| Column Name | Column Data Type |
|---|---|
| subject_id Required Input Column The unique identifier of the subject. | 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| subject The state of the subject after a read or write operation. | STRUCT( |
Show child fields
| |