{ "id":"/axapi/v3/aam/authentication/jwt/{name}", "type":"object", "node-type":"list", "title":"jwt", "partition-visibility":"shared", "description":"JWT issuance configuration", "properties":{ "name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Specify JWT issuer template name", "optional":false }, "issuer":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Specify JWT issuer claim value", "optional":true }, "action":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'redirect': redirect JWT to specific URI; 'relay': relay JWT to back-end; ", "enum":[ "redirect", "relay" ], "optional":true }, "jwt-relay-uri":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Specify JWT relay URI (for relay action)", "optional":true }, "token-lifetime":{ "type":"number", "format":"number", "minimum":0, "maximum":86400, "default":300, "partition-visibility":"shared", "description":"Specify JWT token lifetime (Specify lifetime (in seconds), default is 300.)", "optional":true }, "signature-secret":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Specify the JWT signature secret", "optional":true }, "secret-string":{ "type":"string", "format":"password", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"The JWT signature secret", "optional":true }, "encrypted":{ "type":"encrypted", "format":"encrypted", "partition-visibility":"shared", "description":"Do NOT use this option manually. (This is an A10 reserved keyword.) (The ENCRYPTED secret string)", "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":[ "name" ], "required":[ "name" ] }