---
title: Cellular.APNsItem
framework: devicemanagement
role: symbol
role_heading: Device Management Profile
path: devicemanagement/cellular/apnsitem
---

# Cellular.APNsItem

A dictionary that contains details about an access point name (APN) configuration.

## Declaration

```data
object Cellular.APNsItem
```

## Properties

AllowedProtocolMask: The Internet Protocol versions that the system supports. Allowed values: 1: IPv4 2: IPv6 3: Both Available: iOS 10.3+ | iPadOS 10.3+ | watchOS 3.2+ AllowedProtocolMaskInDomesticRoaming: The Internet Protocol versions that the system supports while roaming. Allowed values: 1: IPv4 2: IPv6 3: Both Available: iOS 10.3+ | iPadOS 10.3+ | watchOS 3.2+ AllowedProtocolMaskInRoaming: The Internet Protocol versions that the system supports while roaming. Allowed values: 1: IPv4 2: IPv6 3: Both Available: iOS 10.3+ | iPadOS 10.3+ | watchOS 3.2+ AuthenticationType: The authentication type for logging in. DefaultProtocolMask: The default Internet Protocol versions. Allowed values: 1: IPv4 2: IPv6 3: Both Available: iOS 10.3+ | iPadOS 10.3+ | watchOS 3.2+ Deprecated: iOS 11+ | iPadOS 11+ EnableXLAT464: If true, the system enables XLAT464. Available: iOS 16+ | iPadOS 16+ | watchOS 9+ Name: The name for this configuration. Password: The user’s password for the APN. ProxyPort: The proxy server’s port number. ProxyServer: The proxy server’s address. Username: The user name for the APN.

## See Also

### Objects

- [Cellular.AttachAPN](devicemanagement/cellular/attachapn-data.dictionary.md)
