Amazon WorkMail · Example Payload

Workmail Create Mobile Device Access Rule Request Example

Business CommunicationCalendarEmailExchangeEnterprise

Workmail Create 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

OrganizationIdClientTokenNameDescriptionEffectDeviceTypesNotDeviceTypesDeviceModelsNotDeviceModelsDeviceOperatingSystemsNotDeviceOperatingSystemsDeviceUserAgentsNotDeviceUserAgents

Example Payload

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