Skip to content

Commit 19fc3ee

Browse files
Rename Property
This property name changed in the system requirements to match the new name for SHIELD Desktop.
1 parent 202b239 commit 19fc3ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

specs/SHIELD.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@
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": [
@@ -341,7 +341,7 @@
341341
},
342342
"type": "object",
343343
"required": [
344-
"authenticatorPermissions",
344+
"desktopPermissions",
345345
"azurePermissions",
346346
"defendEntitlement",
347347
"deployEntitlement",
@@ -352,7 +352,7 @@
352352
],
353353
"examples": [
354354
{
355-
"authenticatorPermissions": true,
355+
"desktopPermissions": true,
356356
"azurePermissions": false,
357357
"defendEntitlement": true,
358358
"deployEntitlement": false,
@@ -3985,7 +3985,7 @@
39853985
"examples": {
39863986
"System Requirement": {
39873987
"value": {
3988-
"authenticatorPermissions": true,
3988+
"desktopPermissions": true,
39893989
"azurePermissions": false,
39903990
"defendEntitlement": true,
39913991
"deployEntitlement": false,

0 commit comments

Comments
 (0)