<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 11.0.0 -",
    "macOS: 10.13.0 -",
    "tvOS: 11.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 4.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/URLResourceValues/volumeSupportsAccessPermissions",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "s:10Foundation17URLResourceValuesV31volumeSupportsAccessPermissionsSbSgvp"
  },
  "title" : "volumeSupportsAccessPermissions"
}
-->

# volumeSupportsAccessPermissions

A Boolean value that indicates whether the volume supports setting standard access permissions.

```
var volumeSupportsAccessPermissions: Bool? { get }
```

## Discussion

This value is `true` if the volume supports setting POSIX access permissions with the [`fileSecurityKey`](/documentation/Foundation/URLResourceKey/fileSecurityKey) property.

---

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)