ownedObject Data Type

This is the base class for users to own resources. Many classes extend this class

Namespace
(Default)
Schema
ns0.xsd
Subtypes
cloudCredentials, deployRequest, deployResponse, keyPair, keyValueHolder, provisionRequest, provisionResponse, scaleRequest, script, ansibleOutput, benchmarkResult
Properties
name data type type namespace min/max occurs description
owner string element 0/1 The owner (username) for the particular object. This value is set when the DAO saves the object based on the principal how made the call
timestamp long element 0/1 The object's creation date in unix time stamp

Example

<o----->
  <owner>user1</owner>
  <timestamp>1499793079011</timestamp>
</o----->