local_user Property

The identifier of the user on the local machine.

Syntax

def get_local_user() -> str: ...
def set_local_user(value: str) -> None: ...

local_user = property(get_local_user, set_local_user)

Default Value

""

Remarks

This property contains the identifier of the user on the local machine. This must be the identifier of a user in the local host for whom remote execution of commands is permitted in the remote host.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Python Edition - Version 20.0 [Build 8307]