---
title: items
framework: security
role: symbol
role_heading: Instance Property
path: security/authorizationitemset/items
---

# items

A pointer to an array of authorization items.

## Declaration

```swift
var items: UnsafeMutablePointer<AuthorizationItem>?
```

## Discussion

Discussion If count is greater than 1, items points to the first item in an array of such items. You should set this parameter to NULL if there are no items. Ensure that the array of items does not contain duplicates because it actually represents a set.
