---
title: ASImportableCredential.Note
framework: authenticationservices
role: symbol
role_heading: Structure
path: authenticationservices/asimportablecredential/note
---

# ASImportableCredential.Note

A piece of text used to store some information about an item.

## Declaration

```swift
struct Note
```

## Topics

### Creating a note

- [init(content:)](authenticationservices/asimportablecredential/note/init(content:).md)

### Accessing note properties

- [content](authenticationservices/asimportablecredential/note/content.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

### Document credential types

- [ASImportableCredential.note(_:)](authenticationservices/asimportablecredential/note(_:).md)
