UserActionResponse
UserActionResponse
This class is array of object
JSON Example
[
{
"code": "string",
"data": {
"productId": 0,
"host": "string",
"ip": "string",
"port": 0,
"certificateId": "string",
"certData": {
"notAfter": 0,
"signature": "string",
"issuerDN": "string",
"sn": "string",
"publicKey": "string",
"version": 0,
"notBefore": 0,
"subjectDN": "string",
"sigAlgName": "string",
"fingerprint_sha256": "string"
},
"productType": "string"
}
}
]