name | data type | description |
---|---|---|
cloudServiceProviderType | CloudServiceProviderType | |
name | string | |
tenantId | string | |
applications | array of CloudServerProviderApplicationRequest | |
nodeConfig | NameAndGuid | |
filterUser | CloudServiceProviderFilterUser |
Example
{ "cloudServiceProviderType" : "MICROSOFT365", "name" : "...", "tenantId" : "...", "applications" : [ { "guid" : "...", "clientId" : "...", "clientSecret" : "...", "secretChanged" : true }, { "guid" : "...", "clientId" : "...", "clientSecret" : "...", "secretChanged" : true } ], "nodeConfig" : { "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "name" : "Entity name" }, "filterUser" : { "usageLocation" : [ "...", "..." ], "country" : [ "...", "..." ], "officeLocation" : [ "...", "..." ] } }