| name | data type | constraints | description |
|---|---|---|---|
| name | string | Name | |
| cipher | string | Cipher | |
| length | number | required | Length |
| description | string | Description | |
| versions | number | required | Version |
| material | string | Material | |
| versionName | string | Version Name | |
| created | number | Key Created Date | |
| attributes | map of string | Attributes | |
Properties inherited from VXDataObject |
|||
| id | number | Id of the data | |
| createDate | object | Date when this data was created | |
| updateDate | object | Date when this data was updated | |
| owner | string | Owner | |
| updatedBy | string | Updated By | |
Example
{
"name" : "...",
"cipher" : "...",
"length" : 12345,
"description" : "...",
"versions" : 12345,
"material" : "...",
"versionName" : "...",
"created" : 12345,
"attributes" : {
"property1" : "...",
"property2" : "..."
},
"id" : 12345,
"createDate" : { },
"updateDate" : { },
"owner" : "...",
"updatedBy" : "..."
}