appliance access shell: shell config
shell_config
structure Structure that defines shell configuration.Representation:
{
"enabled" : true,
"timeout" : 1
}
"enabled" : true,
"timeout" : 1
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
enabled | boolean | Enabled can be set to true or false |
timeout | long | The timeout (in seconds) specifies how long you enable the Shell access. The maximum timeout is 86400 seconds(1 day). |