<!--
{
  "availability" : [
    "macCatalyst: 13.0.0 -",
    "macOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Security",
  "identifier" : "/documentation/Security/AuthorizationFlags/partialRights",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "Security"
    ],
    "preciseIdentifier" : "c:@E@AuthorizationFlags@kAuthorizationFlagPartialRights"
  },
  "title" : "partialRights"
}
-->

# partialRights

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

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

## Discussion

If this and the [`extendRights`](/documentation/Security/AuthorizationFlags/extendRights) flags are set, the Security Server grants or denies rights on an individual basis and all rights are checked.

---

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)