Skip to content

Commit

Permalink
(master) oxtrust : added discoveryCacheLifetimeInMinutes to GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriyz committed Oct 26, 2020
1 parent 7cf093f commit f415f14
Showing 1 changed file with 10 additions and 0 deletions.
Expand Up @@ -1570,6 +1570,16 @@
]
}
},
"discoveryCacheLifetimeInMinutes": {
"id": "discoveryCacheLifetimeInMinutes",
"description": "Lifetime of discovery cache.",
"type": "integer",
"multipleOf": 1,
"maximum": 2147483647,
"minimum": 1,
"exclusiveMaximum": false,
"exclusiveMinimum": false
},
"keepAuthenticatorAttributesOnAcrChange": {
"id": "keepAuthenticatorAttributesOnAcrChange",
"description": "Boolean value specifying whether to keep authenticator attributes on ACR change.",
Expand Down

0 comments on commit f415f14

Please sign in to comment.