aws.workmail.get_mobile_device_access_override
Example SQL Queries
SELECT * FROMaws.workmail.get_mobile_device_access_overrideWHERE"organization_id" = 'VALUE'AND "user_id" = 'VALUE'AND "device_id" = 'VALUE';Description
Gets the mobile device access override for the given WorkMail organization, user, and device.
Table Definition
| Column Name | Column Data Type |
|---|---|
| device_id Required Input Column The device to which the access override applies. | VARCHAR |
| organization_id Required Input Column The WorkMail organization to which you want to apply the override. | VARCHAR |
| user_id Required Input Column The WorkMail user to which the access override applies. | 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 |
| date_created The date the override was first created. | TIMESTAMP_S |
| date_modified The date the description was last modified. | TIMESTAMP_S |
| description A description of the override. | VARCHAR |
| effect The effect of the override, ALLOW or DENY. | VARCHAR |