@@ -1599,7 +1599,6 @@ Appendix: Used API Permission Reference
15991599 " MS Default" = $item.DefaultMS
16001600 " Foreign" = $item.Foreign
16011601 " Require AppRole" = $item.AppRoleRequired
1602- " SAML" = $item.SAML
16031602 " Child Agent Identities" = $item.LinkedAgentIdentities
16041603 " Child Agent Users" = $item.AgentUsers
16051604 " DirectImpact" = $item.DirectImpact
@@ -1756,7 +1755,7 @@ Appendix: Used API Permission Reference
17561755 $BlueprintItems = @ ($AgentIdentityBlueprints.Values | Sort-Object Risk - Descending)
17571756 foreach ($item in $BlueprintItems ) {
17581757 [void ]$BlueprintTxt.AppendLine (" ############################################################################################################################################" )
1759- [void ]$BlueprintTxt.AppendLine (($item | Select-Object DisplayName, AppId, @ {Name = ' Child Blueprint Principals' ; Expression = { $_.BlueprintPrincipals }}, @ {Name = ' Child Agent Identities' ; Expression = { $_.LinkedAgentIdentities }}, @ {Name = ' Child Agent Users' ; Expression = { $_.AgentUsers }}, InhScopes , InhRoles , DirectImpact , InheritedImpact , Impact, Likelihood, Risk, Warnings | Out-String ))
1758+ [void ]$BlueprintTxt.AppendLine (($item | Select-Object DisplayName, AppId, @ {Name = ' Child Blueprint Principals' ; Expression = { $_.BlueprintPrincipals }}, @ {Name = ' Child Agent Identities' ; Expression = { $_.LinkedAgentIdentities }}, @ {Name = ' Child Agent Users' ; Expression = { $_.AgentUsers }}, Impact, Likelihood, Risk, Warnings | Out-String ))
17601759 if (($item.BlueprintPrincipalsDetails | Measure-Object ).Count -ge 1 ) {
17611760 [void ]$BlueprintTxt.AppendLine (" Child Blueprint Principals" )
17621761 [void ]$BlueprintTxt.AppendLine (($item.BlueprintPrincipalsDetails | Select-Object DisplayName, @ {Name = ' Child Agent Identities' ; Expression = { $_.LinkedAgentIdentities }}, @ {Name = ' Child Agent Users' ; Expression = { $_.AgentUsers }}, Impact, Warnings | Format-Table | Out-String ))
@@ -1787,15 +1786,6 @@ Appendix: Used API Permission Reference
17871786 " Child Blueprint Principals" = $item.BlueprintPrincipals
17881787 " Child Agent Identities" = $item.LinkedAgentIdentities
17891788 " Child Agent Users" = $item.AgentUsers
1790- " Sponsors" = $item.Sponsors
1791- " InhScopes" = $item.InhScopes
1792- " InhRoles" = $item.InhRoles
1793- " FederatedCreds" = $item.FederatedCreds
1794- " Oauth2PermissionScopes" = $item.Oauth2PermissionScopes
1795- " SecretsCount" = $item.SecretsCount
1796- " CertsCount" = $item.CertsCount
1797- " DirectImpact" = $item.DirectImpact
1798- " InheritedImpact" = $item.InheritedImpact
17991789 " RiskScore" = $item.Risk
18001790 " Warnings" = $item.Warnings
18011791 }
0 commit comments