VXCredentialStore Data Type

Properties
name data type description
name string Name
description string Description
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" : "...",
  "description" : "...",
  "id" : 12345,
  "createDate" : { },
  "updateDate" : { },
  "owner" : "...",
  "updatedBy" : "..."
}