Skip to content

allUnmanagedObjectsSupportedTypes

List of supported object types.

Arguments

Argument Type Description
productType ProductTargetType Deprecated. Use snapshotManagementType instead.
cloudVendor CloudVendor The cloud vendor type.
snapshotManagementType SnapshotManagementType Type of snapshot management.

Returns

[ManagedObjectType!]!

Sample

query {
  allUnmanagedObjectsSupportedTypes
}
{}
{
  "data": {
    "allUnmanagedObjectsSupportedTypes": [
      "ACTIVE_DIRECTORY_DOMAIN"
    ]
  }
}