Amazon WorkMail · JSON Structure

Workmail Create Mobile Device Access Rule Response Structure

CreateMobileDeviceAccessRuleResponse schema from Amazon WorkMail API

Type: object Properties: 1
Business CommunicationCalendarEmailExchangeEnterprise

CreateMobileDeviceAccessRuleResponse is a JSON Structure definition published by Amazon WorkMail, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

MobileDeviceAccessRuleId

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "MobileDeviceAccessRuleId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MobileDeviceAccessRuleId"
        },
        {
          "description": "The identifier for the newly created mobile device access rule."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "CreateMobileDeviceAccessRuleResponse",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-structure/workmail-create-mobile-device-access-rule-response-structure.json",
  "description": "CreateMobileDeviceAccessRuleResponse schema from Amazon WorkMail API"
}