KeyValueHolder Data Type

Subtypes
Plan, ProvisionInfo, ToscaRepresentation
Properties
name data type description
keyValue map of object
id string
Properties inherited from OwnedObject
owner string

Example

{
  "keyValue" : {
    "property1" : { },
    "property2" : { }
  },
  "id" : "...",
  "owner" : "..."
}