PairedKey interface
匹配的配对密钥或证书的详细信息。
属性
| additional |
其他配对键属性 |
| id | 配对密钥或证书的 ID。 |
| type | 指示配对对象是密钥还是证书的类型。 |
属性详细信息
additionalProperties
其他配对键属性
additionalProperties?: Record<string, unknown>
属性值
Record<string, unknown>
id
配对密钥或证书的 ID。
id?: string
属性值
string
type
指示配对对象是密钥还是证书的类型。
type?: string
属性值
string