CardDAV Payload¶
As of macOS v10.8 and later, this payload type supports obtaining CardDAVUsername and CardDAVPassword from an Identification Payload, if present.
Template
Contents
Summary¶
| PayloadType: | com.apple.carddav.account |
|---|---|
| Supervised Only: | |
| N/A | |
| macOS: | N/A |
| macOS Deprecated: | |
| N/A | |
| iOS: | N/A |
| iOS Deprecated: | N/A |
| Highlander: | False |
Keys¶
CardDAVAccountDescription¶
Account Description
The display name of the account (e.g. “Company Contacts Account”)
| Type | Default | Required | Regex | iOS | macOS | Supervised |
|---|---|---|---|---|---|---|
| string | My Contacts Account | N/A | N/A | N/A | N/A | N/A |
CardDAVPort¶
Port Number
The port on which to connect to the CardDAV server.
| Type | Default | Required | Regex | iOS | macOS | Supervised |
|---|---|---|---|---|---|---|
| integer | 443 | N/A | N/A | N/A | N/A | N/A |
CardDAVHostName¶
Account Hostname
The IP address or fully qualified domain name (FQDN) of the CardDAV server.
| Type | Default | Required | Regex | iOS | macOS | Supervised |
|---|---|---|---|---|---|---|
| string | N/A | always | N/A | N/A | N/A | N/A |
CardDAVUseSSL¶
Use SSL
Enable Secure Socket Layer communication with CardDAV server
| Type | Default | Required | Regex | iOS | macOS | Supervised |
|---|---|---|---|---|---|---|
| boolean | True | N/A | N/A | N/A | N/A | N/A |
CardDAVPrincipalURL¶
Principal URL
The Principal URL for the CardDAV account.
| Type | Default | Required | Regex | iOS | macOS | Supervised |
|---|---|---|---|---|---|---|
| string | N/A | N/A | N/A | N/A | N/A | N/A |
CardDAVUsername¶
Account Username
The CardDAV username
| Type | Default | Required | Regex | iOS | macOS | Supervised |
|---|---|---|---|---|---|---|
| string | N/A | push | N/A | N/A | N/A | N/A |
CardDAVPassword¶
Account Password
The CardDAV password
| Type | Default | Required | Regex | iOS | macOS | Supervised |
|---|---|---|---|---|---|---|
| string | N/A | N/A | N/A | N/A | N/A | N/A |
CommunicationServiceRules¶
Communication Service Rules
The communication service handler rules for this account
| Type | Default | Required | Regex | iOS | macOS | Supervised |
|---|---|---|---|---|---|---|
| dictionary | N/A | N/A | N/A | N/A | N/A | N/A |
| Name | Type | Title | Description | Required |
|---|---|---|---|---|
| DefaultServiceHandlers | dictionary | Default Service Handlers | n/a |