Type Definitions
typeNetSmbsmbConnectorSchema
- Source:
Properties:
| Name | Type | Attributes | Description |
|---|---|---|---|
description |
string |
<optional> |
|
components |
object |
<optional> |
|
tasks |
typeNetSmbsmbConnectorSchemaTask |
Type:
- object
typeNetSmbsmbConnectorSchemaTask
- Source:
Properties:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
description |
string |
<optional> |
The task description. |
|
available |
boolean |
<optional> |
true
|
If specifying false, Skips the task. |
comp |
string | The computer name or IP address. |
||
share |
string |
<optional> |
'IPC$'
|
The share name. |
domain |
string |
<optional> |
The domain name. If it is empty, uses the current logged on domain. |
|
user |
string | |||
password |
string |
Type:
- object