aws.workmail.list_mobile_device_access_overrides
Example SQL Queries
SELECT * FROMaws.workmail.list_mobile_device_access_overridesWHERE"organization_id" = 'VALUE';Description
Lists all the mobile device access overrides for any given combination of WorkMail organization, user, or device.
Table Definition
| Column Name | Column Data Type |
|---|---|
| organization_id Required Input Column The WorkMail organization under which to list mobile device access overrides. | VARCHAR |
| device_id Input Column The mobile device to which the access override applies. | VARCHAR |
| max_results Input Column The maximum number of results to return in a single call. | BIGINT |
| next_token Input Column The token to use to retrieve the next page of results. The value is “null” when there are no more results to return. | VARCHAR |
| user_id Input Column The WorkMail user under which you list the mobile device access overrides. Accepts the following types of user identities:
| 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 |
| overrides The list of mobile device access overrides that exist for the specified WorkMail organization and user. | STRUCT( |
Show child fields
| |