File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 282282 "title" : " Core - System Requirements" ,
283283 "description" : " Collection of indicators that notify the caller if the system requirements have been met for various sub components to operate." ,
284284 "properties" : {
285- "authenticatorPermissions " : {
285+ "desktopPermissions " : {
286286 "description" : " Flag that indicates if the core permissions for the SHIELD - Authenticator App have been configured properly or not." ,
287287 "type" : " boolean" ,
288288 "examples" : [
341341 },
342342 "type" : " object" ,
343343 "required" : [
344- " authenticatorPermissions " ,
344+ " desktopPermissions " ,
345345 " azurePermissions" ,
346346 " defendEntitlement" ,
347347 " deployEntitlement" ,
352352 ],
353353 "examples" : [
354354 {
355- "authenticatorPermissions " : true ,
355+ "desktopPermissions " : true ,
356356 "azurePermissions" : false ,
357357 "defendEntitlement" : true ,
358358 "deployEntitlement" : false ,
39853985 "examples" : {
39863986 "System Requirement" : {
39873987 "value" : {
3988- "authenticatorPermissions " : true ,
3988+ "desktopPermissions " : true ,
39893989 "azurePermissions" : false ,
39903990 "defendEntitlement" : true ,
39913991 "deployEntitlement" : false ,
You can’t perform that action at this time.
0 commit comments