Skip to content

Commit

Permalink
Create Test1.BPATemplate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
DionVermeulen authored Feb 5, 2024
1 parent aa05c87 commit 1f585b1
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions Config/Test1.BPATemplate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "Test1",
"style": "Tenant",
"Fields": [
{
"name": "deviceregister",
"UseExistingInfo": false,
"FrontendFields": [
{
"name": "Device Register",
"value": "deviceregister",
"formatter": "table"
}
],
"StoreAs": "JSON",
"API": "Graph",
"ExtractFields": [
"deviceName",
"lastSyncDateTime",
"osVersion",
"userPrincipalName",
"complianceState"
],
"URL": "https://graph.microsoft.com/beta/deviceManagement/managedDevices"
}
]
}

0 comments on commit 1f585b1

Please sign in to comment.