Amazon WorkMail · Example Payload

Workmail Update Mobile Device Access Rule Request Example

Business CommunicationCalendarEmailExchangeEnterprise

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

Top-level fields

OrganizationIdMobileDeviceAccessRuleIdNameDescriptionEffectDeviceTypesNotDeviceTypesDeviceModelsNotDeviceModelsDeviceOperatingSystemsNotDeviceOperatingSystemsDeviceUserAgentsNotDeviceUserAgents

Example Payload

Raw ↑
{
  "OrganizationId": "500123",
  "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"
}