| page_title | netscalersdx_mpsuser Resource - terraform-provider-netscalersdx |
|---|---|
| subcategory | |
| description | Configuration for System User resource. |
Configuration for System User resource.
resource "netscalersdx_mpsuser" "tf_mpsuser" {
name = "tf_mpsuser"
password = "VerySecret@1234"
external_authentication = "false"
groups = ["read_only"]
session_timeout = "20"
session_timeout_unit = "Minutes"
enable_session_timeout = "true"
}groups(List of String) Groups to which user belongs.name(String) User Name. Minimum length = 1 Maximum length = 128password(String) Password. Minimum length = 1 Maximum length = 128
enable_session_timeout(Boolean) Enables session timeout for user.external_authentication(Boolean) Enable external authentication.session_timeout(Number) Session timeout for the user.session_timeout_unit(String) Session timeout unit for the user.tenant_id(String) Tenant Id of the system users. Minimum length = 1 Maximum length = 128
id(String) The ID of this resource.