AgentControllerTlsCertificateDTO
Agent Controller TLS Certificate information
subjectstringrequired
Subject of the Certificate
serialNumberstringrequired
Serial Number of the Certificate
Possible values: non-empty
thumbprintstringrequired
Thumbprint of the Certificate
Possible values: non-empty
notBeforedate-timerequired
Creation Timestamp of the Certificate
notAfterdate-timerequired
Expiration Timestamp of the Certificate
hostNamestringrequired
Last reported Hostname for the Agent Controller
Possible values: non-empty
createdAtdate-timerequired
Creation Timestamp for this Agent Controller TLS Certificate
isManagedByAembitboolean
True if the Agent Controller TLS Certificate is managed by Aembit
AgentControllerTlsCertificateDTO
{
"subject": "string",
"serialNumber": "string",
"thumbprint": "string",
"notBefore": "2024-07-29T15:51:28.071Z",
"notAfter": "2024-07-29T15:51:28.071Z",
"hostName": "string",
"createdAt": "2024-07-29T15:51:28.071Z",
"isManagedByAembit": true
}