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, DRIPLogRecord, deployRequest, deployResponse, keyPair, keyValueHolder, monitorringMessage, 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 who made the call. It is created automatically. No need to set during a POST

Example

<o----->
  <owner>user1</owner>
</o----->