CreateConnectionRequestSmbUsernamePasswordAuth
| Name | Type | Required | Description |
|---|---|---|---|
| password | CreateConnectionRequestEncryptedProperty | Yes | |
| domain | Optional[str] | No | Optionally specify a Windows domain to use when authenticating. Normal DNS domain restrictions apply but the top-level domain might be something non-standard like .local. Defaults to WORKGROUP |
| username | str | Yes | |
| type | Literal["usernamePassword"] | Yes | None |