<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.0.0 -",
    "tvOS: 13.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "HomeKit",
  "identifier" : "/documentation/HomeKit/HMHomeManagerAuthorizationStatus",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "HomeKit"
    ],
    "preciseIdentifier" : "c:@E@HMHomeManagerAuthorizationStatus"
  },
  "title" : "HMHomeManagerAuthorizationStatus"
}
-->

# HMHomeManagerAuthorizationStatus

The possible home-access states.

```
struct HMHomeManagerAuthorizationStatus
```

## Overview

Inspect the home manager’s [`authorizationStatus`](/documentation/HomeKit/HMHomeManager/authorizationStatus) property for one or more of the bits defined by [`HMHomeManagerAuthorizationStatus`](/documentation/HomeKit/HMHomeManagerAuthorizationStatus).

## Topics

### Recognizing Status Values

[`static var determined: HMHomeManagerAuthorizationStatus`](/documentation/HomeKit/HMHomeManagerAuthorizationStatus/determined)

The user has set the app’s level of access to home data.

[`static var authorized: HMHomeManagerAuthorizationStatus`](/documentation/HomeKit/HMHomeManagerAuthorizationStatus/authorized)

The app has access to home data.

[`static var restricted: HMHomeManagerAuthorizationStatus`](/documentation/HomeKit/HMHomeManagerAuthorizationStatus/restricted)

The app doesn’t have access to home data.

### Creating an Authorization Status

[`init(rawValue: UInt)`](/documentation/HomeKit/HMHomeManagerAuthorizationStatus/init(rawValue:))

Creates an access status from a raw value.

## Relationships

### Conforms To

[`SetAlgebra`](/documentation/Swift/SetAlgebra)

[`Sendable`](/documentation/Swift/Sendable)

[`OptionSet`](/documentation/Swift/OptionSet)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`ExpressibleByArrayLiteral`](/documentation/Swift/ExpressibleByArrayLiteral)

[`Equatable`](/documentation/Swift/Equatable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)