<!--
{
  "availability" : [
    "iOS: 7.0.0 -",
    "iPadOS: 7.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.9.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Security",
  "identifier" : "/documentation/Security/kSecAttrSynchronizableAny",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "Security"
    ],
    "preciseIdentifier" : "c:@kSecAttrSynchronizableAny"
  },
  "title" : "kSecAttrSynchronizableAny"
}
-->

# kSecAttrSynchronizableAny

Specifies that both synchronizable and non-synchronizable results should be returned from a query.

```
let kSecAttrSynchronizableAny: CFString
```

## Discussion

This may be used as a value for the [`kSecAttrSynchronizable`](/documentation/Security/kSecAttrSynchronizable) dictionary key (in place of `kCFBooleanTrue` or `kCFBooleanFalse`) in a call to [`SecItemCopyMatching(_:_:)`](/documentation/Security/SecItemCopyMatching(_:_:)), [`SecItemUpdate(_:_:)`](/documentation/Security/SecItemUpdate(_:_:)), or [`SecItemDelete(_:)`](/documentation/Security/SecItemDelete(_:)).

---

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)