{ "id":"/axapi/v3/aam/authentication/saml/metadata-monitor", "type":"object", "node-type":"scalar", "title":"metadata-monitor", "partition-visibility":"shared", "description":"Configure SAML metadata out-of-sync detection and recovery options", "properties":{ "status":{ "type":"string", "format":"enum", "default":"enable", "partition-visibility":"shared", "description":"'enable': Enable SAML metadata out-of-sync detection; 'disable': Disable SAML metadata out-of-sync detection; ", "enum":[ "enable", "disable" ], "optional":true }, "acs-continuous-fail-threshold":{ "type":"number", "format":"number", "minimum":2, "maximum":254, "partition-visibility":"shared", "description":"Specify how many ACS continuous fails will trigger metadata reload (ACS continuous fail threshold (default: 10))", "optional":true }, "acs-missing-threshold":{ "type":"number", "format":"number", "minimum":10, "maximum":254, "partition-visibility":"shared", "description":"Specify how many ACS request missing in the period will trigger metadata reload (ACS request missing threshold (default: 100))", "optional":true }, "acs-missing-period":{ "type":"number", "format":"number", "minimum":1, "maximum":254, "partition-visibility":"shared", "description":"Specify how long no acs request will trigger metadata reload (in seconds (default: 60))", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }