aws.workmail.get_mobile_device_access_effect
Example SQL Queries
SELECT * FROMaws.workmail.get_mobile_device_access_effectWHERE"organization_id" = 'VALUE';Description
Simulates the effect of the mobile device access rules for the given attributes of a sample access event. Use this method to test the effects of the current set of mobile device access rules for the WorkMail organization for a particular user's attributes.
Table Definition
| Column Name | Column Data Type |
|---|---|
| organization_id Required Input Column The WorkMail organization to simulate the access effect for. | VARCHAR |
| device_model Input Column Device model the simulated user will report. | VARCHAR |
| device_operating_system Input Column Device operating system the simulated user will report. | VARCHAR |
| device_type Input Column Device type the simulated user will report. | VARCHAR |
| device_user_agent Input Column Device user agent the simulated user will report. | 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 |
| effect The effect of the simulated access, ALLOW or DENY, after evaluating mobile device access rules in the WorkMail organization for the simulated user parameters. | VARCHAR |
| matched_rules A list of the rules which matched the simulated user input and produced the effect. | STRUCT( |
Show child fields
| |