{ "id":"/axapi/v3/aam/authorization/policy/{name}/jwt-claim-map/{attr-num}", "type":"object", "node-type":"list", "title":"jwt-claim-map", "partition-visibility":"shared", "description":"Map attributes to JWT claims", "properties":{ "attr-num":{ "type":"number", "format":"number", "minimum":1, "maximum":32, "partition-visibility":"shared", "description":"Spcify attribute ID for claim mapping", "optional":false }, "claim":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Specify JWT claim name to map to.", "optional":true }, "type":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Specify claim type", "optional":true }, "string-type":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not-list":[ "number-type", "boolean-type" ], "description":"Claim type is string", "optional":true }, "number-type":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not-list":[ "string-type", "boolean-type" ], "description":"Claim type is number", "optional":true }, "boolean-type":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not-list":[ "string-type", "number-type" ], "description":"Claim type is boolean", "optional":true }, "str-val":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Specify JWT claim value.", "optional":true }, "num-val":{ "type":"number", "format":"number", "minimum":0, "maximum":4294967295, "partition-visibility":"shared", "description":"Specify JWT claim value.", "optional":true }, "bool-val":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'true': True; 'false': False; ", "enum":[ "true", "false" ], "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 } }, "object-keys":[ "attr-num" ], "required":[ "attr-num" ] }