A map of TLS 1.2 cipher suites allowed and their priority order. The map key is a priority level with priority_1 being the highest priority. The mapped value is a cipher suite name. When a priority level is not configured, it maps to its default cipher suite, as indicated below: priority_1. TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384. priority_2. TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256. priority_3. TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384. priority_4. TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256. priority_5. TLS_RSA_WITH_AES_256_GCM_SHA384. priority_6. TLS_RSA_WITH_AES_128_GCM_SHA256. If users want to leave a priority level not mapping to any cipher suite, not even the default suite, they should set the priority level to map to 'NONE' explicitly. If two priority levels are set to map to the same cipher suite, the cipher suite will be assigned the higher priority level, and the lower level will effectively map to 'NONE'.