---
title: kSecAttrIsInvisible
framework: security
role: symbol
role_heading: Global Variable
path: security/ksecattrisinvisible
---

# kSecAttrIsInvisible

A key with a value that’s a Boolean indicating the item’s visibility.

## Declaration

```swift
let kSecAttrIsInvisible: CFString
```

## Discussion

Discussion The corresponding value is of type CFBoolean and is kCFBooleanTrue if the item is invisible (that is, should not be displayed).
