VXKmsKey Data Type

Properties
name data type constraints description
name string   the name
cipher string   the cipher
length number required the length
description string   the description
versions number required the version
material string   the material
versionName string   the versionName
created number   the created
attributes map of string   the attributes
myClassType number required
Properties inherited from VXDataObject
id number   Returns the value for the member attribute id
createDate number   Returns the value for the member attribute createDate
updateDate number   Returns the value for the member attribute updateDate
owner string   Returns the value for the member attribute owner
updatedBy string   Returns the value for the member attribute updatedBy
myClassType number required

Example

{
  "name" : "...",
  "cipher" : "...",
  "length" : 12345,
  "description" : "...",
  "versions" : 12345,
  "material" : "...",
  "versionName" : "...",
  "created" : 12345,
  "attributes" : {
    "property1" : "...",
    "property2" : "..."
  },
  "myClassType" : 12345,
  "id" : 12345,
  "createDate" : 12345,
  "updateDate" : 12345,
  "owner" : "...",
  "updatedBy" : "..."
}