OwnedObject Data Type

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

Subtypes
DeployRequest, KeyPair, ProvisionRequest, KeyValueHolder, PlanResponse, PlaybookRepresentation, ProvisionResponse, Script, DeployResponse, ToscaRepresentation, CloudCredentials
Properties
name data type description
owner string The owner (username) for the particular object.

Example

{
  "owner" : "user1"
}