Skip to content

systemuser

System User

show | delete | set | add

show systemuser

Use this operation to get system users

Synopsys

show systemuser [id=<string>]

Parameters

id

Id is system generated key for all the system users

delete systemuser

Use this operation to delete system user(s)

Synopsys {#synopsys-1 style="margin-left: 20px;"}

delete systemuser id=<string>

Parameters {#parameters-1 style="margin-left: 20px;"}

id

Id is system generated key for all the system users

This is a mandatory parameter.

set systemuser

Use this operation to modify system user

Synopsys {#synopsys-2 style="margin-left: 20px;"}

set systemuser id=<string> [external_authentication=(false | true)] [name=<string>] [session_timeout=<int>] [session_timeout_unit=<string>] [enable_session_timeout=(false | true)] [permission=<string>] [password=<stringx>] [encrypted=(false | true)] [groups=<string...>]

Parameters {#parameters-2 style="margin-left: 20px;"}

id

Id is system generated key for all the system users

This is a mandatory parameter.

external_authentication

Enable external authentication

name

User Name

session_timeout

Session timeout for the user

session_timeout_unit

Session timeout unit for the user

enable_session_timeout

Enables session timeout for user

permission

Actions that this user is authorized to perform

password

Password

encrypted

Provide encrypted password

groups

Groups to which user belongs

add systemuser

Use this operation to add system user

Synopsys {#synopsys-3 style="margin-left: 20px;"}

add systemuser name=<string> password=<stringx> [external_authentication=(false | true)] [session_timeout=<int>] [session_timeout_unit=<string>] [enable_session_timeout=(false | true)] [permission=<string>] [encrypted=(false | true)] [groups=<string...>]

Parameters {#parameters-3 style="margin-left: 20px;"}

name

User Name

This is a mandatory parameter.

password

Password

This is a mandatory parameter.

external_authentication

Enable external authentication

session_timeout

Session timeout for the user

session_timeout_unit

Session timeout unit for the user

enable_session_timeout

Enables session timeout for user

permission

Actions that this user is authorized to perform

encrypted

Provide encrypted password

groups

Groups to which user belongs

Was this article helpful?