Amazon WorkMail · JSON Structure

Workmail Permission Type Structure

PermissionType schema from Amazon WorkMail API

Type: string Properties: 0
Business CommunicationCalendarEmailExchangeEnterprise

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

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

JSON Structure

Raw ↑
{
  "type": "string",
  "enum": [
    "FULL_ACCESS",
    "SEND_AS",
    "SEND_ON_BEHALF"
  ],
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "PermissionType",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-structure/workmail-permission-type-structure.json",
  "description": "PermissionType schema from Amazon WorkMail API"
}