@aws-sdk/client-workmail

GetMobileDeviceAccessEffectCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
Effect MobileDeviceAccessRuleEffect | undefined

The effect of the simulated access, ALLOW or DENY, after evaluating mobile device access rules in the WorkMail organization for the simulated user parameters.

MatchedRules MobileDeviceAccessMatchedRule[] | undefined

A list of the rules which matched the simulated user input and produced the effect.

Full Signature

export interface GetMobileDeviceAccessEffectCommandOutput extends GetMobileDeviceAccessEffectResponse, MetadataBearer