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, planResponse, playbookRepresentation, provisionRequest, provisionResponse, script, toscaRepresentation, ansibleOutput, benchmarkResult, sysbenchCPUBenchmark
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

Example

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