XXRangerKeyStore Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
alias string element 0/1  
attributes string element 0/1  
bitLength int element 1/1  
cipher string element 0/1  
createdDate long element 0/1  
description string element 0/1  
encoded string element 0/1  
version int element 1/1  
Properties inherited from XXDBBase
addedByUserId long element 0/1 Returns the value for the member attribute addedByUserId
createTime dateTime element 0/1 Returns the value for the member attribute createTime
id long element 0/1 Returns the value for the member attribute id
updateTime dateTime element 0/1 Returns the value for the member attribute updateTime
updatedByUserId long element 0/1 Returns the value for the member attribute updatedByUserId

Example

<XXRangerKeyStore>
  <alias>...</alias>
  <createdDate>...</createdDate>
  <encoded>...</encoded>
  <cipher>...</cipher>
  <bitLength>...</bitLength>
  <description>...</description>
  <version>...</version>
  <attributes>...</attributes>
  <id>...</id>
  <createTime>...</createTime>
  <updateTime>...</updateTime>
  <addedByUserId>...</addedByUserId>
  <updatedByUserId>...</updatedByUserId>
</XXRangerKeyStore>