ManagedByInfo

ManagedByInfo
ManagedByInfo

The ManagedByInfo data object contains information about the extension responsible for the life-cycle of the entity.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "extensionKey": "string",
    "type": "string"
}
string
extensionKey
Required

Key of the extension managing the entity.

string
type
Required

Managed entity type, as defined by the extension managing the entity.

An extension can manage different types of entities - different kinds of virtual machines, vApps, etc. - and this property is used to find the corresponding managedEntityInfo entry from the extension.