> For the complete documentation index, see [llms.txt](https://docs.console.zenlayer.com/api-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.console.zenlayer.com/api-reference/security/ccs/datastructure.md).

# Data Types

## KeyPair

Informations on key pairs.

Referenced by：DescribeKeyPairs

| Parameter Name | Type   | Description                                                                                |
| -------------- | ------ | ------------------------------------------------------------------------------------------ |
| keyId          | String | SSH key pair ID, e.g. key-xxxxxxxx.                                                        |
| keyName        | String | SSH key pair name.                                                                         |
| publicKey      | String | <p>Public SSH keys in OpenSSH format.</p><p>For example: ssh-rsa XXXXXXXXXXXX key\_xxx</p> |
| keyDescription | String | Description information on SSH key pair.                                                   |
| createTime     | String | Creation time. Format: YYYY-MM-ddTHH:mm:ssZ.                                               |
