{ "id":"/axapi/v3/aam/authentication/relay/ws-federation/{name}", "type":"object", "node-type":"list", "title":"ws-federation", "partition-visibility":"shared", "description":"WS-Federation Authentication Relay", "properties":{ "name":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Specify WS-Federation authentication relay name", "optional":false }, "application-server":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'sharepoint': Microsoft SharePoint; 'exchange-owa': Microsoft Exchange OWA; ", "enum":[ "sharepoint", "exchange-owa" ], "optional":true }, "authentication-uri":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Specify WS-Federation relay URI, default is /_trust/", "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 }, "sampling-enable":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "counters1":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'all': all; 'request': Request; 'success': Success; 'failure': Failure; ", "enum":[ "all", "request", "success", "failure" ] } } } ] }, "packet-capture-template":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "$ref":"/axapi/v3/visibility/packet-capture/object-templates/aam-auth-relay-ws-fed-tmpl", "description":"Name of the packet capture template to be bind with this object", "optional":true } }, "object-keys":[ "name" ], "required":[ "name" ] }