NSX-T Data Center REST API
ALBSamlServiceProviderSettings (type)
{
"additionalProperties": false,
"description": "Advanced load balancer SamlServiceProviderSettings object",
"id": "ALBSamlServiceProviderSettings",
"module_id": "PolicyAdvancedLoadBalancer",
"properties": {
"fqdn": {
"description": "FQDN if entity type is DNS_FQDN .",
"required": false,
"title": "Fqdn",
"type": "string"
},
"org_display_name": {
"description": "Service Provider Organization Display Name.",
"required": false,
"title": "Org display name",
"type": "string"
},
"org_name": {
"description": "Service Provider Organization Name.",
"required": false,
"title": "Org name",
"type": "string"
},
"org_url": {
"description": "Service Provider Organization URL.",
"required": false,
"title": "Org url",
"type": "string"
},
"saml_entity_type": {
"$ref": "ALBAuthSamlEntityType,
"description": "Type of SAML endpoint. Enum options - AUTH_SAML_CLUSTER_VIP, AUTH_SAML_DNS_FQDN, AUTH_SAML_APP_VS.",
"required": false,
"title": "Saml entity type"
},
"sp_nodes": {
"description": "Service Provider node information.",
"items": {
"$ref": "ALBSamlServiceProviderNode
},
"required": false,
"title": "Sp nodes",
"type": "array"
},
"tech_contact_email": {
"description": "Service Provider technical contact email.",
"required": false,
"title": "Tech contact email",
"type": "string"
},
"tech_contact_name": {
"description": "Service Provider technical contact name.",
"required": false,
"title": "Tech contact name",
"type": "string"
}
},
"title": "SamlServiceProviderSettings",
"type": "object"
}