EdcPkiCreator Data Type

Abstract Type
Subtypes
DeviceMgmtPkiCreator, BlockedCertificateCreator, AllowedCertificateCreator
Properties
name data type constraints description
certificate string  
privateKey string  
password string  
accountId number required
version number required
serial string  
algorithm string  
subject string  
issuer string  
notBefore number  
notAfter number  
createdOn number  
createdBy number required
name string  

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "certificate" : "...",
  "privateKey" : "...",
  "password" : "...",
  "accountId" : 12345,
  "version" : 12345,
  "serial" : "...",
  "algorithm" : "...",
  "subject" : "...",
  "issuer" : "...",
  "notBefore" : 12345,
  "notAfter" : 12345,
  "createdOn" : 12345,
  "createdBy" : 12345,
  "name" : "..."
}