edcPkiCreator Data Type

Namespace
(Default)
Schema
ns0.xsd
Abstract Type
Subtypes
allowedCertificateCreator, blockedCertificateCreator, deviceMgmtPkiCreator
Properties
name data type type namespace min/max occurs constraints description
accountId long element 1/1 required  
algorithm string element 0/1    
certificate string element 0/1    
createdBy long element 1/1 required  
createdOn dateTime element 0/1    
issuer string element 0/1    
name string element 0/1    
notAfter dateTime element 0/1    
notBefore dateTime element 0/1    
password string element 0/1    
privateKey string element 0/1    
serial string element 0/1    
subject string element 0/1    
version int element 1/1 required  

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
<edcPkiCreator>
  <certificate>...</certificate>
  <privateKey>...</privateKey>
  <password>...</password>
  <accountId>...</accountId>
  <version>...</version>
  <serial>...</serial>
  <algorithm>...</algorithm>
  <subject>...</subject>
  <issuer>...</issuer>
  <notBefore>...</notBefore>
  <notAfter>...</notAfter>
  <createdOn>...</createdOn>
  <createdBy>...</createdBy>
  <name>...</name>
</edcPkiCreator>