Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RedactedEwsAvailabilityProvider

import type { RedactedEwsAvailabilityProvider } from "https://aws-api.deno.dev/v0.4/services/workmail.ts?docs=full";

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

interface RedactedEwsAvailabilityProvider {
EwsEndpoint?: string | null;
EwsUsername?: string | null;
}

§Properties

§
EwsEndpoint?: string | null
[src]

The endpoint of the remote EWS server.

§
EwsUsername?: string | null
[src]

The username used to authenticate the remote EWS server.