{ "id":"/axapi/v3/aam/authentication/saml/identity-provider/{name}/oper", "type":"object", "node-type":"list", "title":"identity-provider", "description":"Operational Status for the object identity-provider", "properties":{ "name":{ "type":"string", "oid":"1001", "format":"string", "minLength":1, "maxLength":63, "description":"SAML authentication identity provider name", "optional":false }, "oper":{ "type":"object", "properties":{ "md":{ "type":"string", "format":"string" }, "cert":{ "type":"string", "format":"string" }, "entity-id":{ "type":"string", "format":"string" }, "sso-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "sso-location":{ "type":"string", "format":"string" }, "sso-binding":{ "type":"string", "format":"string" } } } ] }, "slo-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "slo-location":{ "type":"string", "format":"string" }, "slo-binding":{ "type":"string", "format":"string" } } } ] }, "ars-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "ars-index":{ "type":"number", "format":"number" }, "ars-location":{ "type":"string", "format":"string" }, "ars-binding":{ "type":"string", "format":"string" } } } ] }, "aqs-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "aqs-location":{ "type":"string", "format":"string" }, "aqs-binding":{ "type":"string", "format":"string" } } } ] } } } } }