The payload that configures an Exchange Web Services accounts.
| Setting | Type | Required | Default | Manual Install | Supported OS |
|---|---|---|---|---|---|
EmailAddress EmailAddress The full email address for the account. If the email address string isn't present in the payload, the device prompts for it during profile installation. | string | optional | — | ✓Yes | macOS (10.7+) |
Host Host The Exchange server host name or IP address. Ignored if using OAuth. | string | optional | — | ✓Yes | macOS (10.7+) |
SSL SSL If `true`, the system enables SSL. | boolean | optional | true | ✓Yes | macOS (10.7+) |
Use OAuth OAuth If `true`, the system enables OAuth for authentication. Don't specify a password if `OAuth` is `true`. Available in macOS 10.14 and later | boolean | optional | false | ✓Yes | macOS (10.14+) |
URL for OAuth sign-in OAuthSignInURL The URL to load into a web view for authentication through OAuth when autodiscovery isn't used. This setting requires a `Host` value. | string | optional | — | ✓Yes | macOS (10.14+) |
UserName UserName The user name for this Exchange account. Required for noninteractive installation, such as through MDM. If missing, the system prompts the user for it during interactive profile installation. | string | optional | — | ✓Yes | macOS (10.7+) |
Password Password The password of the account. Use only with encrypted profiles. | string | optional | — | ✓Yes | macOS (10.7+) |
Payload Certificate UUID PayloadCertificateUUID The UUID of the certificate payload within the same profile to use for the identity credential. Supported on macOS 10.12 or later. | string | optional | — | ✓Yes | macOS (10.12+) |
AuthenticationCertificateUUID AuthenticationCertificateUUID The UUID of the certificate payload within the same profile to use for the identity credential. Supported on macOS 10.11 or later. On macOS 10.12 or later use the PayloadCertificateUUID. | string | optional | — | ✓Yes | macOS (10.11+) |
Allow Mail Drop allowMailDrop If `true`, the system enables Mail Drop. | boolean | optional | false | ✓Yes | macOS (10.12+) |
Path Path The server path. | string | optional | — | ✓Yes | macOS (10.7+) |
Port Port The server port number. | integer | optional | — | ✓Yes | macOS (10.7+) |
ExternalHost ExternalHost The external server address. | string | optional | — | ✓Yes | macOS (10.7+) |
ExternalSSL ExternalSSL If `true`, the system enables SSL for connections to the external server. | boolean | optional | true | ✓Yes | macOS (10.7+) |
ExternalPath ExternalPath The external server path. | string | optional | — | ✓Yes | macOS (10.7+) |
ExternalPort ExternalPort The external server port number. | integer | optional | — | ✓Yes | macOS (10.7+) |