---
title: APN.DefaultsData.ApnsItem
framework: devicemanagement
role: symbol
role_heading: Device Management Profile
path: devicemanagement/apn/defaultsdata-data.dictionary/apnsitem
---

# APN.DefaultsData.ApnsItem

A dictionary that describes an APN configuration.

## Declaration

```data
object APN.DefaultsData.ApnsItem
```

## Properties

apn: The access point name. Deprecated: iOS 7+ | iPadOS 7+ password: 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: The IP address or URL of the APN proxy. Deprecated: iOS 7+ | iPadOS 7+ proxyPort: The port number of the APN proxy. Deprecated: iOS 7+ | iPadOS 7+ username: The user name. If missing, the device prompts for it during profile installation. Deprecated: iOS 7+ | iPadOS 7+
