name | data type | constraints | description |
---|---|---|---|
guid | string | ||
externalSourceId | string | ||
groupGuid | string | ||
displayName | string | ||
accessLevel | string | ||
siteType | string | ||
status | string | ||
address | string | ||
locked | boolean | required | |
cloudServiceProvider | NameAndGuid | ||
type | ProtectedEntityType | ||
parent | NameAndGuid | ||
policy | NameAndGuid | ||
present | boolean | required |
Example
{ "guid" : "...", "externalSourceId" : "...", "groupGuid" : "...", "displayName" : "...", "accessLevel" : "...", "siteType" : "...", "status" : "...", "address" : "...", "locked" : true, "cloudServiceProvider" : { "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "name" : "Entity name" }, "type" : "STORAGE", "parent" : { "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "name" : "Entity name" }, "policy" : { "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "name" : "Entity name" }, "present" : true }