---
title: "readAttributeSubjectsPerAccessControlEntry(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusteraccesscontrol/readattributesubjectsperaccesscontrolentry(completion:)"
---

# readAttributeSubjectsPerAccessControlEntry(completion:)

## Declaration

```swift
func readAttributeSubjectsPerAccessControlEntry(completion: @escaping @Sendable (NSNumber?, (any Error)?) -> Void)
```

```swift
func readAttributeSubjectsPerAccessControlEntry() async throws -> NSNumber
```
