| name | data type | description |
|---|---|---|
| confidentialWorkspace | string | |
| contextVisibilityWorkspace | string | |
| string | ||
| publicWorkspace | string | |
| hostedLayersCount | number | |
| engineId | string | |
Properties inherited from GeoServiceDescriptor |
||
| version | Version | |
| baseEndpoint | string | |
| accessibleCredentials | array of Credentials | |
Example
{
"confidentialWorkspace" : "...",
"contextVisibilityWorkspace" : "...",
"sharedWorkspace" : "...",
"publicWorkspace" : "...",
"hostedLayersCount" : 12345,
"engineId" : "...",
"version" : {
"major" : 12345,
"minor" : 12345,
"build" : 12345
},
"baseEndpoint" : "...",
"accessibleCredentials" : [ {
"username" : "...",
"password" : "...",
"accessType" : "CKAN"
}, {
"username" : "...",
"password" : "...",
"accessType" : "CONTEXT_MANAGER"
} ]
}