CloudWorkflowContextDetails Data Type

Properties
name data type description
cloudServiceProvider CloudServiceProviderDetails

Example

{
  "cloudServiceProvider" : {
    "guid" : "...",
    "cloudServiceProviderType" : "MICROSOFT365",
    "name" : "...",
    "tenantId" : "...",
    "applications" : [ {
      "guid" : "...",
      "clientId" : "...",
      "clientSecret" : "...",
      "secretChanged" : true
    }, {
      "guid" : "...",
      "clientId" : "...",
      "clientSecret" : "...",
      "secretChanged" : true
    } ],
    "possibleActions" : [ "WRITE", "READ" ],
    "nodeConfig" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "filterUser" : {
      "usageLocation" : [ "...", "..." ],
      "country" : [ "...", "..." ],
      "officeLocation" : [ "...", "..." ]
    }
  }
}