<!--
{
  "availability" : [
    "macOS: 15.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "FSKit",
  "identifier" : "/documentation/FSKit/FSResource/isRevoked",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "FSKit"
    ],
    "preciseIdentifier" : "c:objc(cs)FSResource(py)revoked"
  },
  "title" : "isRevoked"
}
-->

# isRevoked

A Boolean value that indicates whether the resource is revoked.

```
var isRevoked: Bool { get }
```

## Discussion

If this is a proxy resource, the value of this property is always `true` (Swift) or `YES` (Objective-C).

---

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)