CloudServiceProviderDetails Data Type

Properties
name data type description
guid string
cloudServiceProviderType CloudServiceProviderType
name string
tenantId string
applications array of CloudServiceProviderApplicationDetails
possibleActions array of RbacInstanceAction
nodeConfig NameAndGuid
filterUser CloudServiceProviderFilterUser

Example

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