CloudProtectedObjectsDetailsForUI Data Type

Properties
name data type description
cloudProtectedObjectDetailsList array of CloudProtectedObjectDetailsForUI
chatMembersForUI array of string

Example

{
  "cloudProtectedObjectDetailsList" : [ {
    "guid" : "...",
    "type" : "SHAREPOINT_LIST",
    "deleted" : true,
    "directory" : "...",
    "name" : "...",
    "displayName" : "...",
    "parent" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "protectedEntity" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "protectedEntityType" : "CLOUD_GROUP",
    "externalSourceId" : "...",
    "newExternalSourceId" : "...",
    "lastVersion" : {
      "guid" : "...",
      "displayName" : "...",
      "fileSize" : 12345,
      "creationDate" : 12345,
      "lastWriteDate" : 12345,
      "deleted" : true,
      "metadata" : { },
      "quickXorHash" : "...",
      "verificationStatus" : "NOT_VERIFIED",
      "spConfig" : { }
    },
    "versions" : [ {
      "guid" : "...",
      "displayName" : "...",
      "fileSize" : 12345,
      "creationDate" : 12345,
      "lastWriteDate" : 12345,
      "deleted" : true,
      "metadata" : { },
      "quickXorHash" : "...",
      "verificationStatus" : "NOT_VERIFIED",
      "spConfig" : { }
    }, {
      "guid" : "...",
      "displayName" : "...",
      "fileSize" : 12345,
      "creationDate" : 12345,
      "lastWriteDate" : 12345,
      "deleted" : true,
      "metadata" : { },
      "quickXorHash" : "...",
      "verificationStatus" : "OK",
      "spConfig" : { }
    } ]
  }, {
    "guid" : "...",
    "type" : "TEAMS_LIB_FILE",
    "deleted" : true,
    "directory" : "...",
    "name" : "...",
    "displayName" : "...",
    "parent" : {
      "guid" : "...",
      "name" : "..."
    },
    "protectedEntity" : {
      "guid" : "...",
      "name" : "..."
    },
    "protectedEntityType" : "CLOUD_GROUP",
    "externalSourceId" : "...",
    "newExternalSourceId" : "...",
    "lastVersion" : {
      "guid" : "...",
      "displayName" : "...",
      "fileSize" : 12345,
      "creationDate" : 12345,
      "lastWriteDate" : 12345,
      "deleted" : true,
      "metadata" : { },
      "quickXorHash" : "...",
      "verificationStatus" : "FIXED",
      "spConfig" : { }
    },
    "versions" : [ {
      "guid" : "...",
      "displayName" : "...",
      "fileSize" : 12345,
      "creationDate" : 12345,
      "lastWriteDate" : 12345,
      "deleted" : true,
      "metadata" : { },
      "quickXorHash" : "...",
      "verificationStatus" : "CORRUPTED",
      "spConfig" : { }
    }, {
      "guid" : "...",
      "displayName" : "...",
      "fileSize" : 12345,
      "creationDate" : 12345,
      "lastWriteDate" : 12345,
      "deleted" : true,
      "metadata" : { },
      "quickXorHash" : "...",
      "verificationStatus" : "FIXED",
      "spConfig" : { }
    } ]
  } ],
  "chatMembersForUI" : [ "...", "..." ]
}