AutoMount
attributes
Name | Type | Read | Write | Hidden | Optional |
---|---|---|---|---|---|
auto_mount_path | Unicode | True | True | False | False |
share_id | Integer | True | True | False | False |
user_id | Integer | True | True | False | False |
auto_mount | Boolean | True | True | False | False |
share_name | Unicode | True | False | False | False |
Json example
{
"__type__": "AutoMount",
"__properties__": {
"auto_mount_path": "azerty",
"share_id": 1,
"user_id": 1,
"auto_mount": true,
"share_name": "azerty"
}
}