---
title: identities
framework: extensionfoundation
role: symbol
role_heading: Instance Property
path: extensionfoundation/appextensionpoint/monitor/identities
---

# identities

The app extensions currently available to use with the monitored extension points.

## Declaration

```swift
final var identities: [AppExtensionIdentity] { get }
```

## Mentioned in

Discovering app extensions from your app

## Discussion

Discussion Use this property to get an array of currently available app extensions your host app can use. This array contains entries for all of the monitored extension points. To find out if additional app extensions are present, but not yet enabled, get the value in the state property instead.
