---
title: SKCloudServiceAuthorizationStatus.restricted
framework: storekit
role: symbol
role_heading: Case
path: storekit/skcloudserviceauthorizationstatus/restricted
---

# SKCloudServiceAuthorizationStatus.restricted

Access to the music library is restricted in a way that the user cannot change, so your app should not prompt for authorization. An example of this situation is if the device is in an education mode.

## Declaration

```swift
case restricted
```

## See Also

### Constants

- [SKCloudServiceAuthorizationStatus.notDetermined](storekit/skcloudserviceauthorizationstatus/notdetermined.md)
- [SKCloudServiceAuthorizationStatus.denied](storekit/skcloudserviceauthorizationstatus/denied.md)
- [SKCloudServiceAuthorizationStatus.authorized](storekit/skcloudserviceauthorizationstatus/authorized.md)
