From 80799aacba03260736f01ca19ad67dd8802b2ad3 Mon Sep 17 00:00:00 2001 From: Raphael Buechi Date: Wed, 28 Aug 2024 11:10:36 +0200 Subject: [PATCH] Removed unused templates --- Config/AXE.BPATemplate.json | 33 +- Config/CIPPDefaultTable.BPATemplate.json.old | 194 ------- ...CIPPDefaultTenantPage.BPATemplate.json.old | 155 ----- .../CIPPTenantFeatures.BPATemplate.json.old | 33 -- Config/CyberEssentials.BPATemplate.json.old | 98 ---- Config/SharePoint.BPATemplate.json.old | 70 --- Config/StandardsTable.BPATemplate.json.old | 534 ------------------ 7 files changed, 19 insertions(+), 1098 deletions(-) delete mode 100644 Config/CIPPDefaultTable.BPATemplate.json.old delete mode 100644 Config/CIPPDefaultTenantPage.BPATemplate.json.old delete mode 100644 Config/CIPPTenantFeatures.BPATemplate.json.old delete mode 100644 Config/CyberEssentials.BPATemplate.json.old delete mode 100644 Config/SharePoint.BPATemplate.json.old delete mode 100644 Config/StandardsTable.BPATemplate.json.old diff --git a/Config/AXE.BPATemplate.json b/Config/AXE.BPATemplate.json index cc2563ea268b..63793d919cc1 100644 --- a/Config/AXE.BPATemplate.json +++ b/Config/AXE.BPATemplate.json @@ -283,6 +283,24 @@ } ] }, + { + "name": "adminsTable", + "UseExistingInfo": false, + "API": "Graph", + "URL": "https://graph.microsoft.com/beta/directoryRoles/roleTemplateId=62e90394-69f5-4237-9190-012177145e10/members", + "ExtractFields": [ + "displayName", + "userPrincipalName" + ], + "StoreAs": "JSON", + "FrontendFields": [ + { + "name": "Admins Table", + "value": "adminsTable", + "formatter": "table" + } + ] + }, { "name": "Unusedlicenses", "API": "CIPPFunction", @@ -312,8 +330,7 @@ }, "ExtractFields": [ "currentScore", - "maxScore", - "averageComparativeScores" + "maxScore" ], "StoreAs": "JSON", "FrontendFields": [ @@ -322,18 +339,6 @@ "value": "CurrentSecureScore.currentScore / CurrentSecureScore.maxScore * 100", "formatter": "math", "showAs": "percentage" - }, - { - "name": "Average Comparative Score (All Tenants)", - "value": "CurrentSecureScore.averageComparativeScores[0].averageScore / CurrentSecureScore.maxScore * 100", - "formatter": "math", - "showAs": "percentage" - }, - { - "name": "Average Comparative Score (Similiar Size Tenants)", - "value": "CurrentSecureScore.averageComparativeScores[1].averageScore / CurrentSecureScore.maxScore * 100", - "formatter": "math", - "showAs": "percentage" } ] } diff --git a/Config/CIPPDefaultTable.BPATemplate.json.old b/Config/CIPPDefaultTable.BPATemplate.json.old deleted file mode 100644 index 735012b4bd77..000000000000 --- a/Config/CIPPDefaultTable.BPATemplate.json.old +++ /dev/null @@ -1,194 +0,0 @@ -{ - "name": "CIPP Best Practices v1.5 - Table view", - "style": "Table", - "Fields": [ - { - "name": "PasswordNeverExpires", - "API": "Graph", - "URL": "https://graph.microsoft.com/beta/domains", - "ExtractFields": ["passwordValidityPeriodInDays"], - "where": "$_.passwordValidityPeriodInDays -eq 2147483647", - "StoreAs": "bool", - "FrontendFields": [ - { - "name": "Password Never Expires", - "value": "PasswordNeverExpires", - "formatter": "bool" - } - ] - }, - { - "name": "OAuthAppConsent", - "API": "Graph", - "URL": "https://graph.microsoft.com/v1.0/policies/authorizationPolicy?$select=defaultUserRolePermissions", - "ExtractFields": ["defaultuserrolepermissions"], - "where": "'ManagePermissionGrantsForSelf.microsoft-user-default-legacy' -notin $_.defaultuserrolepermissions.permissionGrantPoliciesAssigned", - "StoreAs": "bool", - "FrontendFields": [ - { - "name": "OAuth App Consent", - "value": "OAuthAppConsent", - "formatter": "bool" - } - ] - }, - { - "name": "UnifiedAuditLog", - "API": "Exchange", - "Command": "Get-AdminAuditLogConfig", - "ExtractFields": ["UnifiedAuditLogIngestionEnabled"], - "StoreAs": "bool", - "FrontendFields": [ - { - "name": "Unified Audit Log", - "value": "UnifiedAuditLog", - "formatter": "bool" - } - ] - }, - { - "name": "MFANudgeState", - "API": "Graph", - "URL": "https://graph.microsoft.com/beta/policies/authenticationMethodsPolicy", - "ExtractFields": ["registrationEnforcement"], - "StoreAs": "bool", - "where": "$_.registrationEnforcement.authenticationMethodsRegistrationCampaign.state -eq 'Enabled'", - "FrontendFields": [ - { - "name": "MFA Registration Campaign Enabled", - "value": "MFANudgeState", - "formatter": "bool" - } - ] - }, - { - "name": "TAPEnabled", - "API": "Graph", - "URL": "https://graph.microsoft.com/beta/policies/authenticationmethodspolicy/authenticationMethodConfigurations/TemporaryAccessPass", - "ExtractFields": ["State"], - "StoreAs": "bool", - "FrontendFields": [ - { - "name": "Temporary Access Pass Enabled", - "value": "TAPEnabled", - "formatter": "bool" - } - ] - }, - { - "name": "SecureDefaultState", - "API": "Graph", - "URL": "https://graph.microsoft.com/beta/policies/identitySecurityDefaultsEnforcementPolicy", - "ExtractFields": ["IsEnabled"], - "StoreAs": "bool", - "FrontendFields": [ - { - "name": "Secure Defaults State Enabled", - "value": "SecureDefaultState", - "formatter": "warnBool" - } - ] - }, - { - "name": "AnonymousPrivacyReports", - "API": "Graph", - "URL": "https://graph.microsoft.com/beta/admin/reportSettings", - "ExtractFields": ["displayConcealedNames"], - "StoreAs": "bool", - "where": "$_.displayConcealedNames -eq $false", - "FrontendFields": [ - { - "name": "Anonymous Privacy Reports", - "value": "AnonymousPrivacyReports", - "formatter": "reverseBool" - } - ] - }, - { - "name": "MessageCopyforSentAsDisabled", - "API": "Exchange", - "Command": "Get-Mailbox", - "Parameters": { - "RecipientTypeDetails": ["SharedMailbox", "UserMailbox"] - }, - "where": "$_.MessageCopyForSentAsEnabled -eq $false", - "ExtractFields": ["userprincipalname", "messageCopyForSentAsEnabled"], - "StoreAs": "JSON", - "FrontendFields": [ - { - "name": "Message Copy for Sent-As Disabled", - "formatter": "table", - "value": "MessageCopyforSentAsDisabled" - } - ] - }, - { - "name": "SharedMailboxeswithenabledusers", - "API": "Exchange", - "Command": "Get-Mailbox", - "Parameters": { - "RecipientTypeDetails": "SharedMailbox" - }, - "where": "$_.accountDisabled -eq $false", - "ExtractFields": ["userprincipalname", "accountDisabled"], - "StoreAs": "JSON", - "FrontendFields": [ - { - "name": "Shared Mailboxes with enabled users", - "formatter": "table", - "value": "SharedMailboxeswithenabledusers" - } - ] - }, - { - "name": "Unusedlicenses", - "API": "CIPPFunction", - "Command": "Get-CIPPLicenseOverview", - "ExtractFields": [ - "License", - "TotalLicenses", - "availableUnits", - "CountUsed" - ], - "StoreAs": "JSON", - "where": "$_.availableUnits -gt 0", - "FrontendFields": [ - { - "name": "Unused licenses", - "formatter": "table", - "value": "Unusedlicenses" - } - ] - }, - { - "name": "CurrentSecureScore", - "API": "Graph", - "URL": "https://graph.microsoft.com/beta/security/secureScores?$top=1", - "Parameters": { - "Nopagination": true - }, - "ExtractFields": ["currentScore", "maxScore", "averageComparativeScores"], - "StoreAs": "JSON", - "FrontendFields": [ - { - "name": "Current Secure Score", - "value": "CurrentSecureScore.currentScore / CurrentSecureScore.maxScore * 100", - "formatter": "math", - "showAs": "percentage" - }, - { - "name": "Average Comparative Score (All Tenants)", - "value": "CurrentSecureScore.averageComparativeScores[0].averageScore / CurrentSecureScore.maxScore * 100", - "formatter": "math", - "showAs": "percentage" - }, - { - "name": "Average Comparative Score (Similiar Size Tenants)", - "value": "CurrentSecureScore.averageComparativeScores[1].averageScore / CurrentSecureScore.maxScore * 100", - "formatter": "math", - "showAs": "percentage" - } - ] - } - ] -} diff --git a/Config/CIPPDefaultTenantPage.BPATemplate.json.old b/Config/CIPPDefaultTenantPage.BPATemplate.json.old deleted file mode 100644 index aa706369f119..000000000000 --- a/Config/CIPPDefaultTenantPage.BPATemplate.json.old +++ /dev/null @@ -1,155 +0,0 @@ -{ - "name": "CIPP Best Practices v1.0 - Tenant view", - "style": "Tenant", - "Fields": [ - { - "name": "PasswordNeverExpires", - "UseExistingInfo": true, - "StoreAs": "bool", - "FrontendFields": [ - { - "name": "Password Never Expires", - "value": "PasswordNeverExpires", - "formatter": "bool", - "desc": "This setting shows if your environment has enabled the password never expires setting. This setting is expected to be set to 'No'" - } - ] - }, - { - "name": "OAuthAppConsent", - "UseExistingInfo": true, - "StoreAs": "bool", - "FrontendFields": [ - { - "name": "OAuth App Consent", - "value": "OAuthAppConsent", - "formatter": "bool", - "desc": "This setting shows if your environment has enabled OAuth App Consent. This setting is expected to be set to 'Yes'" - } - ] - }, - { - "name": "UnifiedAuditLog", - "UseExistingInfo": true, - "StoreAs": "bool", - "FrontendFields": [ - { - "name": "Unified Audit Log", - "value": "UnifiedAuditLog", - "formatter": "bool", - "desc": "This setting shows if your environment has enabled the unified audit log. This setting is expected to be set to 'Yes'" - } - ] - }, - { - "name": "MFANudgeState", - "UseExistingInfo": true, - "StoreAs": "bool", - "FrontendFields": [ - { - "name": "MFA Registration Campaign Enabled", - "value": "MFANudgeState", - "formatter": "bool", - "desc": "This setting shows if your environment has enabled the MFA registration campaign, also known as the MFA Nudge. This setting is recommended to be set to 'Yes'" - } - ] - }, - { - "name": "TAPEnabled", - "UseExistingInfo": true, - "StoreAs": "bool", - "FrontendFields": [ - { - "name": "Temporary Access Pass Enabled", - "value": "TAPEnabled", - "formatter": "bool", - "desc": "This setting shows if your environment has enabled the temporary access pass feature." - } - ] - }, - { - "name": "SecureDefaultState", - "UseExistingInfo": true, - "StoreAs": "bool", - "FrontendFields": [ - { - "name": "Secure Defaults State Enabled", - "value": "SecureDefaultState", - "formatter": "warnBool", - "desc": "This setting shows if your environment has enabled the secure defaults state. If you are using Conditional Access this setting may be set to `No`" - } - ] - }, - { - "name": "AnonymousPrivacyReports", - "UseExistingInfo": true, - "StoreAs": "bool", - "FrontendFields": [ - { - "name": "Anonymous Privacy Reports", - "value": "AnonymousPrivacyReports", - "formatter": "reverseBool", - "desc": "This setting shows if your environment has enabled the anonymous privacy reports, these will need to be disabled to be able to view mailboxes and onedrive reports" - } - ] - }, - { - "name": "MessageCopyforSentAsDisabled", - "UseExistingInfo": true, - "StoreAs": "JSON", - "FrontendFields": [ - { - "name": "Message Copy for Sent-As Disabled", - "formatter": "table", - "value": "MessageCopyforSentAsDisabled", - "desc": "These are the mailboxes that have the MessageCopyForSentAsDisabled setting enabled." - } - ] - }, - { - "name": "SharedMailboxeswithenabledusers", - "UseExistingInfo": true, - "StoreAs": "JSON", - "FrontendFields": [ - { - "name": "Shared Mailboxes with enabled users", - "formatter": "table", - "value": "SharedMailboxeswithenabledusers", - "desc": "These are the shared mailboxes that have enabled users." - } - ] - }, - { - "name": "Unusedlicenses", - "UseExistingInfo": true, - "StoreAs": "JSON", - "FrontendFields": [ - { - "name": "Unused licenses", - "formatter": "table", - "value": "Unusedlicenses", - "desc": "These are the licenses that are not assigned to an user, but have been purchased." - } - ] - }, - { - "name": "CurrentSecureScore", - "UseExistingInfo": true, - "StoreAs": "JSON", - "FrontendFields": [ - { - "name": "Current Secure Score", - "value": "CurrentSecureScore.currentScore", - "desc": "The current Secure Score for this tenant. This is the sum of all the individual controls that have been implemented.", - "formatter": "number" - }, - { - "name": "Max Secure Score", - "value": "CurrentSecureScore.maxScore", - "desc": "The maximum Secure Score for this tenant. This is the sum of all the individual controls that can be implemented.", - "formatter": "number" - } - ] - } - ] -} diff --git a/Config/CIPPTenantFeatures.BPATemplate.json.old b/Config/CIPPTenantFeatures.BPATemplate.json.old deleted file mode 100644 index 19cc09628a4f..000000000000 --- a/Config/CIPPTenantFeatures.BPATemplate.json.old +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "CIPP Tenant Feature Licensing", - "style": "Table", - "Fields": [ - { - "name": "AssignedPlans", - "UseExistingInfo": false, - "ExtractFields": ["AADPremiumService", "exchange", "SharePoint"], - "FrontendFields": [ - { - "name": "Entra ID Premium", - "value": "AssignedPlans.AADPremiumService", - "formatter": "bool" - }, - { - "name": "Exchange", - "value": "AssignedPlans.exchange", - "formatter": "bool" - }, - { - "name": "SharePoint", - "value": "AssignedPlans.SharePoint", - "formatter": "bool" - } - ], - "desc": "Entra ID Premium Status", - "StoreAs": "JSON", - "API": "CIPPFunction", - "Command": "Get-CIPPTenantCapabilities", - "Parameters": {} - } - ] -} diff --git a/Config/CyberEssentials.BPATemplate.json.old b/Config/CyberEssentials.BPATemplate.json.old deleted file mode 100644 index 31d25321dc88..000000000000 --- a/Config/CyberEssentials.BPATemplate.json.old +++ /dev/null @@ -1,98 +0,0 @@ -{ - "name": "CIPP Cyber Essentials Helper - Tenant view", - "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" - }, - { - "name": "adminsTable", - "UseExistingInfo": false, - "FrontendFields": [ - { - "name": "Admins Table", - "value": "adminsTable", - "desc": "The list of admin accounts in your M365 environment. These must all be named and attached to actual users.", - "formatter": "table" - } - ], - "StoreAs": "JSON", - "API": "Graph", - "ExtractFields": ["displayName", "userPrincipalName"], - "URL": "https://graph.microsoft.com/beta/directoryRoles/roleTemplateId=62e90394-69f5-4237-9190-012177145e10/members" - }, - { - "name": "windowsProtectionState", - "UseExistingInfo": false, - "FrontendFields": [ - { - "name": "Defender List", - "value": "windowsProtectionState", - "formatter": "table", - "desc": "List of Defender protected workstations. Add this to your Malware Protection Audit List" - } - ], - "StoreAs": "JSON", - "API": "Graph", - "ExtractFields": ["windowsProtectionState"], - "parameters": {}, - "URL": "https://graph.microsoft.com/beta/deviceManagement/managedDevices?$expand=windowsProtectionState" - }, - { - "name": "detectedApps", - "UseExistingInfo": false, - "FrontendFields": [ - { - "name": "Detected Apps", - "value": "detectedApps", - "desc": "All Detected Software and their version. Add this to your software audit list", - "formatter": "table" - } - ], - "StoreAs": "JSON", - "API": "Graph", - "ExtractFields": ["displayName", "version", "platform", "publisher"], - "URL": "https://graph.microsoft.com/beta/deviceManagement/detectedApps" - }, - { - "name": "userRegistrationDetails", - "UseExistingInfo": false, - "FrontendFields": [ - { - "name": "User Registration Details", - "desc": "All MFA settings (Requires a P1 Subscription)", - "value": "userRegistrationDetails", - "formatter": "table" - } - ], - "StoreAs": "JSON", - "API": "Graph", - "ExtractFields": [ - "userDisplayName", - "isAdmin", - "isMFARegistered", - "defaultMFAMethod" - ], - "URL": "https://graph.microsoft.com/beta/reports/authenticationMethods/userRegistrationDetails" - } - ] -} diff --git a/Config/SharePoint.BPATemplate.json.old b/Config/SharePoint.BPATemplate.json.old deleted file mode 100644 index fd279d368fda..000000000000 --- a/Config/SharePoint.BPATemplate.json.old +++ /dev/null @@ -1,70 +0,0 @@ -{ - "name": "CIPP SharePoint Report v1.0 - Table view", - "style": "Table", - "Fields": [ - { - "name": "SharepointSettings", - "API": "Graph", - "URL": "https://graph.microsoft.com/beta/admin/sharepoint/settings", - "Parameters": { - "asApp": "True" - }, - "ExtractFields": [ - "sharingCapability", - "isMacSyncAppEnabled", - "isResharingByExternalUsersEnabled", - "isUnmanagedSyncAppForTenantRestricted", - "isSiteCreationEnabled", - "deletedUserPersonalSiteRetentionPeriodInDays" - ], - "StoreAs": "JSON", - "FrontendFields": [ - { - "name": "Sharing capability", - "value": "SharepointSettings.sharingCapability", - "formatter": "string" - }, - { - "name": "Mac Sync Enabled", - "value": "SharepointSettings.isMacSyncAppEnabled", - "formatter": "warnBool" - }, - { - "name": "Resharing by external users", - "value": "SharepointSettings.isResharingByExternalUsersEnabled", - "formatter": "bool" - }, - { - "name": "Allow users to sync from unmanaged devices", - "value": "SharepointSettings.isUnmanagedSyncAppForTenantRestricted", - "formatter": "reverseBool" - }, - { - "name": "Site creation by standard users enabled", - "value": "SharepointSettings.isSiteCreationEnabled", - "formatter": "bool" - }, - { - "name": "Deleted user data rention(days)", - "value": "SharepointSettings.deletedUserPersonalSiteRetentionPeriodInDays", - "formatter": "string" - } - ] - }, - { - "name": "WebtimeOut", - "API": "Graph", - "URL": "https://graph.microsoft.com/beta/policies/activityBasedTimeoutPolicies", - "ExtractFields": ["definition"], - "StoreAs": "bool", - "where": "$_.definition -like '*WebSessionIdleTimeout*'", - "FrontendFields": [ - { - "name": "Web Time-Out enabled", - "value": "WebtimeOut", - "formatter": "bool" - } - ] - } - ] -} diff --git a/Config/StandardsTable.BPATemplate.json.old b/Config/StandardsTable.BPATemplate.json.old deleted file mode 100644 index 858b1b462fca..000000000000 --- a/Config/StandardsTable.BPATemplate.json.old +++ /dev/null @@ -1,534 +0,0 @@ -{ - "name": "CIPP Standards v1.0 - Table view", - "style": "Table", - "Fields": [ - { - "name": "ActivityBasedTimeout", - "StoreAs": "bool", - "UseExistingInfo": true, - "FrontendFields": [ - { - "formatter": "bool", - "name": "ActivityBasedTimeout", - "value": "ActivityBasedTimeout" - } - ] - }, - { - "name": "softwareOath", - "StoreAs": "bool", - "UseExistingInfo": true, - "FrontendFields": [ - { - "formatter": "bool", - "name": "softwareOath", - "value": "softwareOath" - } - ] - }, - { - "name": "MSAuthenticator", - "StoreAs": "bool", - "UseExistingInfo": true, - "FrontendFields": [ - { - "formatter": "bool", - "name": "MSAuthenticator", - "value": "MSAuthenticator" - } - ] - }, - { - "name": "AnonReport", - "StoreAs": "bool", - "UseExistingInfo": true, - "FrontendFields": [ - { - "formatter": "bool", - "name": "AnonReport", - "value": "AnonReport" - } - ] - }, - { - "name": "AuditLog", - "StoreAs": "bool", - "UseExistingInfo": true, - "FrontendFields": [ - { - "formatter": "bool", - "name": "AuditLog", - "value": "AuditLog" - } - ] - }, - { - "name": "AutoExpandingArchive", - "StoreAs": "bool", - "UseExistingInfo": true, - "FrontendFields": [ - { - "formatter": "bool", - "name": "AutoExpandingArchive", - "value": "AutoExpandingArchive" - } - ] - }, - { - "name": "DelegateSentItems", - "StoreAs": "json", - "UseExistingInfo": true, - "FrontendFields": [ - { - "formatter": "table", - "name": "DelegateSentItems", - "value": "DelegateSentItems" - } - ] - }, - { - "name": "DeletedUserRentention", - "StoreAs": "bool", - "UseExistingInfo": true, - "FrontendFields": [ - { - "formatter": "bool", - "name": "DeletedUserRentention", - "value": "DeletedUserRentention" - } - ] - }, - { - "name": "DisableBasicAuthSMTP", - "StoreAs": "bool", - "UseExistingInfo": true, - "FrontendFields": [ - { - "formatter": "bool", - "name": "DisableBasicAuthSMTP", - "value": "DisableBasicAuthSMTP" - } - ] - }, - { - "name": "DisableGuestDirectory", - "StoreAs": "bool", - "UseExistingInfo": true, - "FrontendFields": [ - { - "formatter": "bool", - "name": "DisableGuestDirectory", - "value": "DisableGuestDirectory" - } - ] - }, - { - "name": "DisableGuests", - "StoreAs": "json", - "UseExistingInfo": true, - "FrontendFields": [ - { - "formatter": "table", - "name": "DisableGuests", - "value": "DisableGuests" - } - ] - }, - { - "name": "DisableM365GroupUsers", - "StoreAs": "bool", - "UseExistingInfo": true, - "FrontendFields": [ - { - "formatter": "bool", - "name": "DisableM365GroupUsers", - "value": "DisableM365GroupUsers" - } - ] - }, - { - "name": "MacSync", - "StoreAs": "bool", - "UseExistingInfo": true, - "FrontendFields": [ - { - "formatter": "bool", - "name": "MacSync", - "value": "MacSync" - } - ] - }, - { - "name": "DisableReshare", - "StoreAs": "bool", - "UseExistingInfo": true, - "FrontendFields": [ - { - "formatter": "bool", - "name": "DisableReshare", - "value": "DisableReshare" - } - ] - }, - { - "name": "DisableSecurityGroupUsers", - "StoreAs": "bool", - "UseExistingInfo": true, - "FrontendFields": [ - { - "formatter": "bool", - "name": "DisableSecurityGroupUsers", - "value": "DisableSecurityGroupUsers" - } - ] - }, - { - "name": "DisableSharedMailbox", - "StoreAs": "json", - "UseExistingInfo": true, - "FrontendFields": [ - { - "formatter": "table", - "name": "DisableSharedMailbox", - "value": "DisableSharedMailbox" - } - ] - }, - { - "name": "DisableTenantCreation", - "StoreAs": "bool", - "UseExistingInfo": true, - "FrontendFields": [ - { - "formatter": "bool", - "name": "DisableTenantCreation", - "value": "DisableTenantCreation" - } - ] - }, - { - "name": "DisableUserSiteCreate", - "StoreAs": "bool", - "UseExistingInfo": true, - "FrontendFields": [ - { - "formatter": "bool", - "name": "DisableUserSiteCreate", - "value": "DisableUserSiteCreate" - } - ] - }, - { - "name": "DisableViva", - "StoreAs": "bool", - "UseExistingInfo": true, - "FrontendFields": [ - { - "formatter": "bool", - "name": "DisableViva", - "value": "DisableViva" - } - ] - }, - { - "name": "EnableAppConsentAdminRequests", - "StoreAs": "bool", - "UseExistingInfo": true, - "FrontendFields": [ - { - "formatter": "bool", - "name": "EnableAppConsentAdminRequests", - "value": "EnableAppConsentAdminRequests" - } - ] - }, - { - "name": "EnableFIDO2", - "StoreAs": "bool", - "UseExistingInfo": true, - "FrontendFields": [ - { - "formatter": "bool", - "name": "EnableFIDO2", - "value": "EnableFIDO2" - } - ] - }, - { - "name": "EnableOnlineArchiving", - "StoreAs": "json", - "UseExistingInfo": true, - "FrontendFields": [ - { - "formatter": "table", - "name": "EnableOnlineArchiving", - "value": "EnableOnlineArchiving" - } - ] - }, - { - "name": "ExcludedfileExt", - "StoreAs": "json", - "UseExistingInfo": true, - "FrontendFields": [ - { - "formatter": "table", - "name": "ExcludedfileExt", - "value": "ExcludedfileExt" - } - ] - }, - { - "name": "intuneDeviceReg", - "StoreAs": "bool", - "UseExistingInfo": true, - "FrontendFields": [ - { - "formatter": "bool", - "name": "intuneDeviceReg", - "value": "intuneDeviceReg" - } - ] - }, - { - "name": "intuneDeviceRetirementDays", - "StoreAs": "bool", - "UseExistingInfo": true, - "FrontendFields": [ - { - "formatter": "bool", - "name": "intuneDeviceRetirementDays", - "value": "intuneDeviceRetirementDays" - } - ] - }, - { - "name": "intuneRequireMFA", - "StoreAs": "bool", - "UseExistingInfo": true, - "FrontendFields": [ - { - "formatter": "bool", - "name": "intuneRequireMFA", - "value": "intuneRequireMFA" - } - ] - }, - { - "name": "laps", - "StoreAs": "bool", - "UseExistingInfo": true, - "FrontendFields": [ - { - "formatter": "bool", - "name": "laps", - "value": "laps" - } - ] - }, - { - "name": "MailContacts", - "StoreAs": "json", - "UseExistingInfo": true, - "FrontendFields": [ - { - "formatter": "table", - "name": "MailContacts", - "value": "MailContacts" - } - ] - }, - { - "name": "NudgeMFA", - "StoreAs": "bool", - "UseExistingInfo": true, - "FrontendFields": [ - { - "formatter": "bool", - "name": "NudgeMFA", - "value": "NudgeMFA" - } - ] - }, - { - "name": "OauthConsent", - "StoreAs": "bool", - "UseExistingInfo": true, - "FrontendFields": [ - { - "formatter": "bool", - "name": "OauthConsent", - "value": "OauthConsent" - } - ] - }, - { - "name": "OauthConsentLowSec", - "StoreAs": "bool", - "UseExistingInfo": true, - "FrontendFields": [ - { - "formatter": "bool", - "name": "OauthConsentLowSec", - "value": "OauthConsentLowSec" - } - ] - }, - { - "name": "OutboundSpamAlert", - "StoreAs": "bool", - "UseExistingInfo": true, - "FrontendFields": [ - { - "formatter": "bool", - "name": "OutboundSpamAlert", - "value": "OutboundSpamAlert" - } - ] - }, - { - "name": "PasswordExpireDisabled", - "StoreAs": "json", - "UseExistingInfo": true, - "FrontendFields": [ - { - "formatter": "table", - "name": "PasswordExpireDisabled", - "value": "PasswordExpireDisabled" - } - ] - }, - { - "name": "companionAppAllowedState", - "StoreAs": "bool", - "UseExistingInfo": true, - "FrontendFields": [ - { - "formatter": "bool", - "name": "companionAppAllowedState", - "value": "companionAppAllowedState" - } - ] - }, - { - "name": "PWdisplayAppInformationRequiredState", - "StoreAs": "bool", - "UseExistingInfo": true, - "FrontendFields": [ - { - "formatter": "bool", - "name": "PWdisplayAppInformationRequiredState", - "value": "PWdisplayAppInformationRequiredState" - } - ] - }, - { - "name": "DKIM", - "StoreAs": "json", - "UseExistingInfo": true, - "FrontendFields": [ - { - "formatter": "table", - "name": "DKIM", - "value": "DKIM" - } - ] - }, - { - "name": "SecurityDefaults", - "StoreAs": "bool", - "UseExistingInfo": true, - "FrontendFields": [ - { - "formatter": "warnBool", - "name": "SecurityDefaults", - "value": "SecurityDefaults" - } - ] - }, - { - "name": "SendFromAlias", - "StoreAs": "bool", - "UseExistingInfo": true, - "FrontendFields": [ - { - "formatter": "bool", - "name": "SendFromAlias", - "value": "SendFromAlias" - } - ] - }, - { - "name": "SendReceiveLimit", - "StoreAs": "json", - "UseExistingInfo": true, - "FrontendFields": [ - { - "formatter": "table", - "name": "SendReceiveLimit", - "value": "SendReceiveLimit" - } - ] - }, - { - "name": "sharingCapability", - "StoreAs": "string", - "UseExistingInfo": true, - "FrontendFields": [ - { - "formatter": "string", - "name": "sharingCapability", - "value": "sharingCapability" - } - ] - }, - { - "name": "SpoofingWarnings", - "StoreAs": "bool", - "UseExistingInfo": true, - "FrontendFields": [ - { - "formatter": "warnBool", - "name": "SpoofingWarnings", - "value": "SpoofingWarnings" - } - ] - }, - { - "name": "TemporaryAccessPass", - "StoreAs": "bool", - "UseExistingInfo": true, - "FrontendFields": [ - { - "formatter": "warnBool", - "name": "TemporaryAccessPass", - "value": "TemporaryAccessPass" - } - ] - }, - { - "name": "unmanagedSync", - "StoreAs": "bool", - "UseExistingInfo": true, - "FrontendFields": [ - { - "formatter": "warnBool", - "name": "unmanagedSync", - "value": "unmanagedSync" - } - ] - }, - { - "name": "UserSubmissionPolicy", - "StoreAs": "bool", - "UseExistingInfo": true, - "FrontendFields": [ - { - "formatter": "warnBool", - "name": "UserSubmissionPolicy", - "value": "UserSubmissionPolicy" - } - ] - } - ] -}