PairedKey interface
Details of a matching paired key or certificate.
Properties
| additional |
Additional paired key properties |
| id | ID of the paired key or certificate. |
| type | The type indicating whether the paired object is a key or certificate. |
Property Details
additionalProperties
Additional paired key properties
additionalProperties?: Record<string, unknown>
Property Value
Record<string, unknown>
id
ID of the paired key or certificate.
id?: string
Property Value
string
type
The type indicating whether the paired object is a key or certificate.
type?: string
Property Value
string