Amazon WorkMail · JSON Structure

Workmail Redacted Ews Availability Provider Structure

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

Type: object Properties: 2
Business CommunicationCalendarEmailExchangeEnterprise

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

Properties

EwsEndpoint EwsUsername

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

JSON Structure

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-structure.org/meta/core/v0/#",
  "name": "RedactedEwsAvailabilityProvider",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-structure/workmail-redacted-ews-availability-provider-structure.json"
}