aws.ds.describe_client_authentication_settings
Example SQL Queries
SELECT * FROMaws.ds.describe_client_authentication_settingsWHERE"directory_id" = 'VALUE';Description
Retrieves information about the type of client authentication for the specified directory, if the type is specified. If no type is specified, information about all client authentication types that are supported for the specified directory is retrieved. Currently, only SmartCard is supported.
Table Definition
| Column Name | Column Data Type |
|---|---|
| directory_id Required Input Column The identifier of the directory for which to retrieve information. | VARCHAR |
| type Input Column The type of client authentication for the specified directory. If no type is specified, a list of all client authentication types that are supported for the directory is retrieved. | 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 |
| last_updated_date_time The date and time when the status of the client authentication type was last updated. | TIMESTAMP_S |
| status Whether the client authentication type is enabled or disabled for the specified directory. | VARCHAR |