forked from KelvinTegelaar/CIPP-API
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create CIPPCyberEssentialsHelperTenantviewtest.BPATemplate.json
- Loading branch information
1 parent
5331ab4
commit 4c6bfa1
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
Config/CIPPCyberEssentialsHelperTenantviewtest.BPATemplate.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |