---
title: partialRights
framework: security
role: symbol
role_heading: Type Property
path: security/authorizationflags/partialrights
---

# partialRights

A flag that permits the Security Server to grant rights on an individual basis.

## Declaration

```swift
static var partialRights: AuthorizationFlags { get }
```

## Discussion

Discussion If this and the extendRights flags are set, the Security Server grants or denies rights on an individual basis and all rights are checked.
