# DeployKey ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **createdAt** | [**Date**](Date.md) | | [optional] **fingerprint** | **String** | Fingerprint is the key's fingerprint | [optional] **id** | **Long** | ID is the unique identifier for the deploy key | [optional] **key** | **String** | Key contains the actual SSH key content | [optional] **keyId** | **Long** | KeyID is the associated public key ID | [optional] **readOnly** | **Boolean** | ReadOnly indicates if the key has read-only access | [optional] **repository** | [**Repository**](Repository.md) | | [optional] **title** | **String** | Title is the human-readable name for the key | [optional] **url** | **String** | URL is the API URL for this deploy key | [optional]