aws.chatbot.list_microsoft_teams_user_identities
Example SQL Queries
SELECT * FROMaws.chatbot.list_microsoft_teams_user_identities;Description
Lists all Microsoft Teams user identities with a mapped role.
Table Definition
| Column Name | Column Data Type |
|---|---|
| chat_configuration_arn Input Column The ARN of the MicrosoftTeamsChannelConfiguration associated with the user identities to list. | VARCHAR |
| max_results Input Column The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved. | BIGINT |
| next_token Input Column An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults. | 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
| |
| teams_user_identities User level permissions associated to a channel configuration. | STRUCT( |
Show child fields
| |