> 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/cn/security/ccs/datastructure.md).

# 数据结构

## KeyPair

描述了密钥对的基本信息。

被如下接口引用：DescribeKeyPairs

| 参数名称           | 类型     | 描述                                                                          |
| -------------- | ------ | --------------------------------------------------------------------------- |
| keyId          | String | <p>密钥对ID。</p><p>示例值：key-xxxxxxxx。</p>                                       |
| keyName        | String | 密钥对名称。                                                                      |
| publicKey      | String | <p>密钥对的公钥内容。</p><p>OpenSSH 格式。</p><p>示例值：ssh-rsa XXXXXXXXXXXX key\_xxx。</p> |
| keyDescription | String | 密钥对描述信息。                                                                    |
| createTime     | String | <p>创建时间。</p><p>格式为：YYYY-MM-ddTHH:mm:ssZ。</p>                                |
