| page_title | subcategory | description |
|---|---|---|
netscalersdx_cipher_group Resource - terraform-provider-netscalersdx |
Configuration for Cipher Group resource |
Configuration for Cipher Group resource
resource "netscalersdx_cipher_group" "tf_cipher_group" {
cipher_group_description = "from terraform"
cipher_group_name = "tf_cipher_group"
cipher_name_list_array = ["TLS1-AES-256-CBC-SHA", "TLS1-ECDHE-RSA-DES-CBC3-SHA"]
}cipher_group_description(String) Describing the Cipher Group algorithms created. Minimum length = 1 Maximum length = 256cipher_group_name(String) Name of Cipher Group. Minimum length = 1 Maximum length = 128cipher_name_list_array(Set of String) list of cipher suites in form of array of strings.
id(String) The ID of this resource.