APN.DefaultsData.ApnsItem
A dictionary that describes an APN configuration.
Declaration
object APN.DefaultsData.ApnsItemProperties
| Name | Type | Description |
|---|---|---|
apn Required | string | The access point name. Deprecated: iOS 7+ | iPadOS 7+ |
password | data | The password for the user. For obfuscation purposes, the system encodes the password. If missing, the device prompts for the password during profile installation. Deprecated: iOS 7+ | iPadOS 7+ |
proxy | string | The IP address or URL of the APN proxy. Deprecated: iOS 7+ | iPadOS 7+ |
proxyPort | integer | The port number of the APN proxy. Deprecated: iOS 7+ | iPadOS 7+ |
username | string | The user name. If missing, the device prompts for it during profile installation. Deprecated: iOS 7+ | iPadOS 7+ |