| name | data type | type | namespace | min/max occurs | constraints | description |
|---|---|---|---|---|---|---|
| caId | long | element | 0/1 | |||
| isCa | boolean | element | 1/1 | required | ||
| isDefault | boolean | element | 1/1 | required | ||
| pkiStatus | string | element | 0/1 | |||
Properties inherited from edcPkiCreator |
||||||
| 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
<deviceMgmtPkiCreator> <isDefault>...</isDefault> <caId>...</caId> <isCa>...</isCa> <pkiStatus>...</pkiStatus> <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> </deviceMgmtPkiCreator>