Amazon WorkMail · Example Payload

Workmail Mobile Device Access Rule Example

Business CommunicationCalendarEmailExchangeEnterprise

Workmail Mobile Device Access Rule Example is an example object payload from Amazon WorkMail, with 14 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

MobileDeviceAccessRuleIdNameDescriptionEffectDeviceTypesNotDeviceTypesDeviceModelsNotDeviceModelsDeviceOperatingSystemsNotDeviceOperatingSystemsDeviceUserAgentsNotDeviceUserAgentsDateCreatedDateModified

Example Payload

Raw ↑
{
  "MobileDeviceAccessRuleId": "500123",
  "Name": "Example Workmail Resource",
  "Description": "example-value",
  "Effect": "example-value",
  "DeviceTypes": "ROOM",
  "NotDeviceTypes": "ROOM",
  "DeviceModels": "example-value",
  "NotDeviceModels": "example-value",
  "DeviceOperatingSystems": "example-value",
  "NotDeviceOperatingSystems": "example-value",
  "DeviceUserAgents": "example-value",
  "NotDeviceUserAgents": "example-value",
  "DateCreated": "example-value",
  "DateModified": "example-value"
}