docs/interfaces/management.Management.PostConnectionsKeysResponseContentItem.html
interface PostConnectionsKeysResponseContentItem {
kid: string;
cert: string;
pkcs?: string;
current?: boolean;
next?: boolean;
current_since?: string;
fingerprint: string;
thumbprint: string;
algorithm?: string;
key_use?: Management.ConnectionKeyUseEnum;
subject_dn?: string;
key: string: any;
}
Accepts any additional properties
kidcertpkcs?current?next?current_since?fingerprintthumbprintalgorithm?key_use?subject_dn?
kid: string
The key id of the signing key
cert: string
The public certificate of the signing key
Optionalpkcspkcs?: string
The public certificate of the signing key in pkcs7 format
Optionalcurrentcurrent?: boolean
True if the key is the current key
Optionalnextnext?: boolean
True if the key is the next key
Optionalcurrent_sincecurrent_since?: string
The date and time when the key became the current key
fingerprint: string
The cert fingerprint
thumbprint: string
The cert thumbprint
Optionalalgorithmalgorithm?: string
Signing key algorithm
Optionalkey_usekey_use?: Management.ConnectionKeyUseEnum
Optionalsubject_dnsubject_dn?: string
Member Visibility
ThemeOSLightDark
Properties kidcertpkcscurrentnextcurrent_sincefingerprintthumbprintalgorithmkey_usesubject_dn