Amazon WorkMail · Schema

RedactedEwsAvailabilityProvider

Describes an EWS based availability provider when returned from the service. It does not contain the password of the endpoint.

Business CommunicationCalendarEmailExchangeEnterprise

Properties

Name Type Description
EwsEndpoint object
EwsUsername object
View JSON Schema on GitHub

JSON Schema

workmail-redacted-ews-availability-provider-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "EwsEndpoint": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Url"
        },
        {
          "description": "The endpoint of the remote EWS server."
        }
      ]
    },
    "EwsUsername": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ExternalUserName"
        },
        {
          "description": "The username used to authenticate the remote EWS server."
        }
      ]
    }
  },
  "description": "Describes an EWS based availability provider when returned from the service. It does not contain the password of the endpoint.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RedactedEwsAvailabilityProvider",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-schema/workmail-redacted-ews-availability-provider-schema.json"
}