{ "id":"/axapi/v3/aam/authentication/relay/form-based/instance/{name}/request-uri/{match-type}+{uri}", "type":"object", "node-type":"list", "title":"request-uri", "partition-visibility":"shared", "description":"URI of authentication web page", "properties":{ "match-type":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'equals': URI exactly matches the string; 'contains': URI string contains another sub string; 'starts-with': URI string starts with sub string; 'ends-with': URI string ends with sub string; ", "enum":[ "equals", "contains", "starts-with", "ends-with" ], "optional":false }, "uri":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Specify request URI", "optional":false }, "user-variable":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Specify username variable name", "optional":true }, "password-variable":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Specify password variable name", "optional":true }, "domain-variable":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Specify domain variable name", "optional":true }, "other-variables":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Specify other variables (n1=v1&n2=v2) in form relay", "optional":true }, "max-packet-collect-size":{ "type":"number", "format":"number", "minimum":1024, "maximum":2097152, "default":1048576, "partition-visibility":"shared", "description":"Specify the max packet collection size in bytes, default is 1MB", "optional":true }, "cookie":{ "type":"object", "properties":{ "cookie-value":{ "type":"object", "properties":{ "cookie-value":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Specify cookie in POST packet" } } } } }, "action-uri":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Specify the action-URI", "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 }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true } }, "object-keys":[ "match-type", "uri" ], "required":[ "match-type", "uri" ] }