-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathEntraOps.Classification.psd1
More file actions
27 lines (27 loc) · 1.14 KB
/
Copy pathEntraOps.Classification.psd1
File metadata and controls
27 lines (27 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
@{
RootModule = 'EntraOps.Classification.psm1'
ModuleVersion = '1.0.0'
GUID = 'f0d8c0a8-f4d9-4a59-a926-f3d3de593c90'
Author = 'Thomas Naunheim'
PowerShellVersion = '7.0'
FunctionsToExport = @(
'Export-EntraOpsClassificationApiPermissions',
'Export-EntraOpsClassificationAppRoles',
'Export-EntraOpsClassificationAzureRoles',
'Export-EntraOpsClassificationDeviceManagementRoles',
'Export-EntraOpsClassificationDirectoryRoles',
'Export-EntraOpsClassificationDirectoryRolesFromMsftDocs',
'Export-EntraOpsClassificationIdentityGovernanceRoles',
'Export-EntraOpsClassificationScopes',
'Get-EntraOpsAadHighPrivilegedRolesAndAssignments',
'Get-EntraOpsAadObjectsFromAzureRBAC',
'Get-EntraOpsAzEARoleMembers',
'Get-EntraOpsClassificationDirectoryRolesMismatchFromMsftDocs',
'Sync-EntraOpsClassificationExplorerSource',
'Update-EntraOpsClassificationExplorerData',
'Update-EntraOpsClassificationModels'
)
CmdletsToExport = @()
VariablesToExport = @()
AliasesToExport = @()
}