Skip to content

Commit

Permalink
Create CIPPCyberEssentialsHelperTenantviewtest.BPATemplate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
DionVermeulen authored Feb 5, 2024
1 parent 5331ab4 commit 4c6bfa1
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions Config/CIPPCyberEssentialsHelperTenantviewtest.BPATemplate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "CIPP Cyber Essentials Helper - Tenant view - test",
"style": "Tenant",
"Fields": [
{
"name": "deviceregister",
"UseExistingInfo": false,
"FrontendFields": [
{
"name": "Device Register",
"value": "deviceregister",
"desc": "These are all devices found in M365 to add to your CE Device Register.",
"formatter": "table"
}
],
"StoreAs": "JSON",
"API": "Graph",
"ExtractFields": [
"deviceName",
"lastSyncDateTime",
"osVersion",
"userPrincipalName",
"complianceState"
],
"URL": "https://graph.microsoft.com/beta/deviceManagement/managedDevices"
}
]
}

0 comments on commit 4c6bfa1

Please sign in to comment.