{
"bmc.kepler.SessionService": {
"properties": {
"SessionTimeout": {
"baseType": "U32",
"readOnly": false,
"options": {
"emitsChangedSignal": "true"
},
"description": "会话超时时间(秒)"
},
"SessionMode": {
"baseType": "U32",
"readOnly": false,
"options": {
"emitsChangedSignal": "true"
},
"default": 1,
"description": "会话占用模式,0共享模式,1独占模式"
},
"SessionMaxCount": {
"baseType": "U32",
"readOnly": true,
"options": {
"emitsChangedSignal": "true"
},
"description": "最大会话数"
},
"ServiceEnabled": {
"baseType": "Boolean",
"readOnly": true,
"default": true,
"options": {
"emitsChangedSignal": "false"
},
"description": "是否允许创建会话"
}
}
}
}