name | data type | type | namespace | min/max occurs | constraints | description |
---|---|---|---|---|---|---|
attributes | (custom) | element | 0/1 | the attributes | ||
cipher | string | element | 0/1 | the cipher | ||
created | long | element | 0/1 | the created | ||
description | string | element | 0/1 | the description | ||
length | int | element | 1/1 | required | the length | |
material | string | element | 0/1 | the material | ||
name | string | element | 0/1 | the name | ||
versionName | string | element | 0/1 | the versionName | ||
versions | int | element | 1/1 | required | the version | |
Properties inherited from VXDataObject |
||||||
createDate | dateTime | element | 0/1 | Returns the value for the member attribute createDate | ||
id | long | element | 0/1 | Returns the value for the member attribute id | ||
owner | string | element | 0/1 | Returns the value for the member attribute owner | ||
updateDate | dateTime | element | 0/1 | Returns the value for the member attribute updateDate | ||
updatedBy | string | element | 0/1 | Returns the value for the member attribute updatedBy |
Example
<VXKmsKey> <name>...</name> <cipher>...</cipher> <length>...</length> <description>...</description> <versions>...</versions> <material>...</material> <versionName>...</versionName> <created>...</created> <attributes>...</attributes> <id>...</id> <createDate>...</createDate> <updateDate>...</updateDate> <owner>...</owner> <updatedBy>...</updatedBy> </VXKmsKey>