CertificateDetails
CertificateDetails
JSON Example
{
"name": "string",
"purpose": "string",
"subject": "string",
"issuer": "string",
"fingerprint": "string",
"valid_from": 0,
"valid_to": 0,
"version": 0,
"signature_algorithm": "string",
"public_key_algorithm": "string",
"certificate": "string",
"node_info": {
"id": "string",
"entity_type": "string",
"node_type": "string",
"node_id": "string",
"ip_address": "string",
"ipv6_address": "string",
"name": "string",
"is_physical_flow_collector": false,
"sddc_details": {
"sddc_id": "string",
"org_id": "string",
"aap_id": "string"
},
"version": "string",
"health": {
"health_status": "HEALTH",
"health_details": [
{
"message": "Invalid credentials",
"code": "string"
}
]
},
"registered_timestamp": 0,
"last_updated_timestamp": 0
}
}
string
name
Optional
Name of certificate such as proxy_register.crt or client.crt
string
purpose
Optional
Path of certificate
string
subject
Optional
The subject of the certificate
string
issuer
Optional
The issuer of the certificate
string
fingerprint
Optional
The SHA 256 hash fingerprint of the certificate. It serves as a unique identifier for the certificate
integer As int64 As int64
valid_from
Optional
The valid from date of the certificate.
integer As int64 As int64
valid_to
Optional
The valid to date of the certificate.
integer
version
Optional
The version of the certificate
string
signature_algorithm
Optional
The signature algorithm of the certificate
string
public_key_algorithm
Optional
The public key encryption algorithm used in the certificate
string
certificate
Optional
The PEM encoded certificate string