---
title: MTRAccessGrant
framework: matter
role: symbol
role_heading: Class
path: matter/mtraccessgrant
---

# MTRAccessGrant

## Declaration

```swift
class MTRAccessGrant
```

## Topics

### Initializers

- [init(forAllNodesWith:)](matter/mtraccessgrant/init(forallnodeswith:).md)
- [init(forCASEAuthenticatedTag:privilege:)](matter/mtraccessgrant/init(forcaseauthenticatedtag:privilege:).md)
- [init(forGroupID:privilege:)](matter/mtraccessgrant/init(forgroupid:privilege:).md)
- [init(forNodeID:privilege:)](matter/mtraccessgrant/init(fornodeid:privilege:).md)
- [init(forAllNodesWithPrivilege:)](matter/mtraccessgrant/init(forallnodeswithprivilege:).md)

### Instance Properties

- [authenticationMode](matter/mtraccessgrant/authenticationmode.md)
- [grantedPrivilege](matter/mtraccessgrant/grantedprivilege.md)
- [subjectID](matter/mtraccessgrant/subjectid.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
