page_title | subcategory | description |
---|---|---|
netscalersdx_tacacs_server Resource - terraform-provider-netscalersdx |
Configuration for TACACS Server configuration resource. |
Configuration for TACACS Server configuration resource.
resource "netscalersdx_tacacs_server" "tf_tacacs_server" {
name = "tf_tacacs_server"
port = 545
tacacs_key = "key"
ip_address = "10.10.10.11"
}
ip_address
(String) IP Address of TACACS server. Minimum length = 1 Maximum length = 64name
(String) Name of TACACS server. Minimum length = 1 Maximum length = 128tacacs_key
(String) Key shared between the TACACS+ server and clients. Minimum length = 1 Maximum length = 64
accounting
(Boolean) Enable accounting in the tacacs server.auth_timeout
(Number) The maximum number of seconds the system will wait for a response from the TACACS server. Minimum value = 1 Maximum value =group_attr_name
(String) The Attribute name for group extraction from the ACS server. If not passed, then groups will not be extracted. No other harm. Maximum length = 64port
(Number) port number of TACACS server. Minimum value = 1 Maximum value =
id
(String) The ID of this resource.