---
title: kSecAttrSynchronizableAny
framework: security
role: symbol
role_heading: Global Variable
path: security/ksecattrsynchronizableany
---

# kSecAttrSynchronizableAny

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

## Declaration

```swift
let kSecAttrSynchronizableAny: CFString
```

## Discussion

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