CloudCommonAutoAssignResultPreviewListRecord Data Type

Properties
name data type description
forCloudSites array of AutoAssignResultPreviewListRecord
forCloudGroups array of AutoAssignResultPreviewListRecord
forCloudUsers array of AutoAssignResultPreviewListRecord
forCloudTeams array of AutoAssignResultPreviewListRecord

Example

{
  "forCloudSites" : [ {
    "protectedEntity" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "changeType" : "REMOVAL",
    "changeReason" : "PE_IS_NOT_PRESENT"
  }, {
    "protectedEntity" : {
      "guid" : "...",
      "name" : "..."
    },
    "changeType" : "ADDITION",
    "changeReason" : "AUTO_ASSIGN_DISABLED"
  } ],
  "forCloudGroups" : [ {
    "protectedEntity" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "changeType" : "REMOVAL",
    "changeReason" : "PE_IS_NOT_PRESENT"
  }, {
    "protectedEntity" : {
      "guid" : "...",
      "name" : "..."
    },
    "changeType" : "NONE",
    "changeReason" : "NO_INCLUDE_RULES_PROVIDED"
  } ],
  "forCloudUsers" : [ {
    "protectedEntity" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "changeType" : "REMOVAL",
    "changeReason" : "PE_IS_NOT_PRESENT"
  }, {
    "protectedEntity" : {
      "guid" : "...",
      "name" : "..."
    },
    "changeType" : "ADDITION",
    "changeReason" : "NO_CLOUD_SERVICE_PROVIDER_MATCHES_PE_CLOUD_SERVICE_PROVIDER"
  } ],
  "forCloudTeams" : [ {
    "protectedEntity" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "changeType" : "REMOVAL",
    "changeReason" : "PE_IS_NOT_PRESENT"
  }, {
    "protectedEntity" : {
      "guid" : "...",
      "name" : "..."
    },
    "changeType" : "ADDITION",
    "changeReason" : "AUTO_REMOVE_NOT_PRESENT_AND_PE_IS_NOT_PRESENT"
  } ]
}