---
title: ASImportableLinkedItem
framework: authenticationservices
role: symbol
role_heading: Structure
path: authenticationservices/asimportablelinkeditem
---

# ASImportableLinkedItem

A linked item for use in import and export.

## Declaration

```swift
struct ASImportableLinkedItem
```

## Overview

Overview A linked item serves as a reference to an item, and contains no data of its own. This type is a representation of LinkedItem as defined in the Credential Exchange Format (CXF) specification. You can supply a JSON representation of a CXF Item to initialize an instance of this struct by using a JSONDecoder and calling decode(_:from:).

## Topics

### Creating a linked item

- [init(item:account:)](authenticationservices/asimportablelinkeditem/init(item:account:).md)

### Accessing linked item properties

- [item](authenticationservices/asimportablelinkeditem/item.md)
- [account](authenticationservices/asimportablelinkeditem/account.md)

## Relationships

### Conforms To

- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Accessing collection properties

- [id](authenticationservices/asimportablecollection/id.md)
- [title](authenticationservices/asimportablecollection/title.md)
- [subtitle](authenticationservices/asimportablecollection/subtitle.md)
- [items](authenticationservices/asimportablecollection/items.md)
- [subcollections](authenticationservices/asimportablecollection/subcollections.md)
