---
title: kSecAttrPath
framework: security
role: symbol
role_heading: Global Variable
path: security/ksecattrpath
---

# kSecAttrPath

A key whose value is a string indicating the item’s path attribute.

## Declaration

```swift
let kSecAttrPath: CFString
```

## Discussion

Discussion The corresponding value is of type CFString and represents a path, typically the path component of the URL. Items of class kSecClassInternetPassword have this attribute.
