Skip to content

Commit e2dc469

Browse files
Wording + Format
Format the document to standardize spacing. Update wording on the Entra ID access token requirement.
1 parent 670bbbc commit e2dc469

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

SHIELD.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"value": "3",
4343
"summary": "Number for the next page in the navigation flow"
4444
},
45-
"uri": {
45+
"uri": {
4646
"value": "https://graph.microsoft.com/beta/devices?$top=20&$skiptoken=RFNwdCtEZXZpY2VfMThkNGY4OTAtMDA2YS00ZWM1LWI2OWYtY2VmNDY4ZjczNzQ4K0RldmljZV8xOGQ0Zjg5MC0wMDZhLTRlYzUtYjY5Zi1jZWY0NjhmNzM3NDg",
4747
"summary": "Complete URL with details of the request and a skip token for MS Graph to parse and respond"
4848
}
@@ -530,7 +530,7 @@
530530
"readOnly": true,
531531
"type": "string"
532532
},
533-
"intermediaryAssignmentList":{
533+
"intermediaryAssignmentList": {
534534
"type": "array",
535535
"description": "List of intermediaries that the user is assigned to.",
536536
"items": {
@@ -560,7 +560,7 @@
560560
"securityClass": {
561561
"$ref": "#/components/schemas/SecurityClassList"
562562
},
563-
"siloAssignmentList":{
563+
"siloAssignmentList": {
564564
"type": "array",
565565
"description": "List of silos that the user is assigned to.",
566566
"items": {
@@ -777,7 +777,7 @@
777777
"type": "http",
778778
"scheme": "bearer",
779779
"bearerFormat": "JWT",
780-
"description": "The Access Token from Entra ID for the App ID of `ID HERE`."
780+
"description": "The Access Token from Entra ID for the `SHIELD - End User Login` Enterprise App (may need to be created from the App Registration)."
781781
}
782782
}
783783
},

0 commit comments

Comments
 (0)