Amazon WorkMail · JSON Structure

Workmail Delegate Structure

The name of the attribute, which is one of the values defined in the UserAttribute enumeration.

Type: object Properties: 2 Required: 2
Business CommunicationCalendarEmailExchangeEnterprise

Delegate is a JSON Structure definition published by Amazon WorkMail, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Id Type

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

JSON Structure

Raw ↑
{
  "type": "object",
  "required": [
    "Id",
    "Type"
  ],
  "properties": {
    "Id": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The identifier for the user or group associated as the resource's delegate."
        }
      ]
    },
    "Type": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MemberType"
        },
        {
          "description": "The type of the delegate: user or group."
        }
      ]
    }
  },
  "description": "The name of the attribute, which is one of the values defined in the UserAttribute enumeration.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "Delegate",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-structure/workmail-delegate-structure.json"
}