Exchange Web Services
com.apple.ews.account
The payload that configures an Exchange Web Services accounts.
Configuration Keys (17)
| Key | Type | Title |
|---|---|---|
UserNameThe 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. Depends on: IdentificationUUID not set | string | Account user name |
EmailAddressThe 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. Depends on: IdentificationUUID not set | string | Account email address |
PasswordThe password of the account. Use only with encrypted profiles. | string | Account password |
IdentificationUUIDThe UUID of the Identification Payload to use as the source for user values. | string | IdentificationUUID |
HostThe Exchange server host name or IP address. Ignored if using OAuth. | string | Internal Exchange Host |
PortThe server port number. Range: 0 – 65535 | integer | Internal Exchange Host Port |
PathThe server path. | string | Internal server path |
SSLIf 'true', the system enables SSL. Default: true | boolean | Use SSL for Internal Exchange Host |
ExternalHostThe external server address. | string | External Exchange Host |
ExternalPortThe external server port number. Range: 0 – 65535 | integer | External Exchange Host Port |
ExternalPathThe external server path. | string | External server path |
ExternalSSLIf 'true', the system enables SSL for connections to the external server. Default: true | boolean | Use SSL for External Exchange Host |
OAuthIf 'true', the system enables OAuth for authentication. Don't specify a password if 'OAuth' is 'true'. Available in macOS 10.14 and later Default: false | boolean | Use OAuth |
OAuthSignInURLThe URL to load into a web view for authentication through OAuth when autodiscovery isn't used. This setting requires a 'Host' value. | string | URL for OAuth sign-in |
PayloadCertificateUUIDThe UUID of the certificate payload within the same profile to use for the identity credential. Supported on macOS 10.12 or later. | string | Payload Certificate UUID |
AuthenticationCertificateUUIDThe 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 | — |
allowMailDropIf 'true', the system enables Mail Drop. Default: false | boolean | Allow Mail Drop |