[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api

ProtectionInventoryItem

Inventory object related to protection, such as folder or protection group.


Properties

string
id Required

ID of the inventory item.


string
name Required

Name of the inventory item.


string
path Required

Path to the inventory item.


string
type Required

Protection inventory item type:

  • FOLDER - .
  • PROTECTION_GROUP - .

Possible values are: FOLDERPROTECTION_GROUP


string
parent Optional

Parent of the inventory item.

JSON Example

{
	"id": "string",
	"name": "string",
	"path": "string",
	"type": "FOLDER"
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Property Of

ProtectionInventoryItemDrResponseList
Used By

ProtectionInventoryItemDrResponseEntity
What's changed in latest?

New! in version latest

Feedback

Was this page helpful?