KeyInfoDto
idstringrequired
Example:
b86483f3-3792-4a54-b11e-f1c6face9935
typeKeyType (string)required
Possible values: [EdDSA
, ES384
, X509
]
Example:
EdDSA
defaultbooleanrequired
Example:
true
publicKey object
createdDatedate-timerequired
Example:
2025-02-21T10:26:42.206Z
modifiedDatedate-timerequired
Example:
2025-02-21T10:26:42.206Z
KeyInfoDto
{
"id": "b86483f3-3792-4a54-b11e-f1c6face9935",
"type": "EdDSA",
"default": true,
"publicKey": {
"kty": "RSA",
"e": "AQAB",
"n": "0vx7agoebGcQSuuPiLJXZptN9nndrmyq0ctuV5m"
},
"createdDate": "2025-02-21T10:26:42.206Z",
"modifiedDate": "2025-02-21T10:26:42.206Z"
}