ALBSSLRating (type)

{
  "additionalProperties": false, 
  "description": "Advanced load balancer SSLRating object", 
  "id": "ALBSSLRating", 
  "module_id": "PolicyAdvancedLoadBalancer", 
  "properties": {
    "compatibility_rating": {
      "$ref": "ALBSSLScore, 
      "description": "Enum options - SSL_SCORE_NOT_SECURE, SSL_SCORE_VERY_BAD, SSL_SCORE_BAD, SSL_SCORE_AVERAGE, SSL_SCORE_GOOD, SSL_SCORE_EXCELLENT.", 
      "required": false, 
      "title": "Compatibility rating"
    }, 
    "performance_rating": {
      "$ref": "ALBSSLScore, 
      "description": "Enum options - SSL_SCORE_NOT_SECURE, SSL_SCORE_VERY_BAD, SSL_SCORE_BAD, SSL_SCORE_AVERAGE, SSL_SCORE_GOOD, SSL_SCORE_EXCELLENT.", 
      "required": false, 
      "title": "Performance rating"
    }, 
    "security_score": {
      "description": "security_score of SSLRating.", 
      "required": false, 
      "title": "Security score", 
      "type": "string"
    }
  }, 
  "title": "SSLRating", 
  "type": "object"
}