CloudSiteRequest Data Type

Properties
name data type description
externalSourceId string
groupExternalSourceId string
parentExternalSourceId string
name string
accessLevel string
siteType CloudSiteType
webUrl string

Example

{
  "externalSourceId" : "...",
  "groupExternalSourceId" : "...",
  "parentExternalSourceId" : "...",
  "name" : "...",
  "accessLevel" : "...",
  "siteType" : "PERSONAL",
  "webUrl" : "..."
}