ALBSamlServiceProviderNode (type)

{
  "additionalProperties": false, 
  "description": "Advanced load balancer SamlServiceProviderNode object", 
  "id": "ALBSamlServiceProviderNode", 
  "module_id": "PolicyAdvancedLoadBalancer", 
  "properties": {
    "entity_id": {
      "description": "Globally unique entityID for this node. Entity ID on the IDP should match this.", 
      "required": false, 
      "title": "Entity id", 
      "type": "string"
    }, 
    "name": {
      "description": "Refers to the Cluster name identifier (Virtual IP or FQDN).", 
      "required": true, 
      "title": "Name", 
      "type": "string"
    }, 
    "signing_ssl_key_and_certificate_path": {
      "description": "Service Engines will use this SSL certificate to sign assertions going to the IdP. It is a reference to an object of type SSLKeyAndCertificate.", 
      "required": false, 
      "title": "Signing ssl key and certificate path", 
      "type": "string"
    }, 
    "single_signon_url": {
      "description": "Single Signon URL to be programmed on the IDP.", 
      "required": false, 
      "title": "Single signon url", 
      "type": "string"
    }
  }, 
  "title": "SamlServiceProviderNode", 
  "type": "object"
}