Name
|
Type
|
Description
|
enabled | xsd:boolean |
Whether or not local/remote file based logging is enabled.
|
uncPath | xsd:string |
The remote UNC path for syslog to move files. If null, logs are local
only. This field is required if any of the uncUserName,
uncPassword, uncDomain is set.
- This property need not be set.
|
uncUserName | xsd:string |
The remote UNC user name. This field is required if any of the
uncPath, uncPassword, uncDomain is set.
- This property need not be set.
|
uncPassword | SecureString |
The remote UNC password. This field is required if
uncUserName is set.
- This property need not be set.
|
uncDomain | xsd:string |
The remote UNC domain.
- This property need not be set.
|