Skip to content

Commit b749ff2

Browse files
MartinM85martinlingstuyl
authored andcommitted
Updates 'entra policy list' with latest supported policy types. Closes #6633
1 parent 38b5c92 commit b749ff2

File tree

4 files changed

+1345
-4
lines changed

4 files changed

+1345
-4
lines changed

docs/docs/cmd/entra/policy/policy-list.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ m365 entra policy list [options]
1616

1717
```md definition-list
1818
`-t, --type [type]`
19-
: The type of policies to return. Allowed values `activityBasedTimeout`, `authorization`, `claimsMapping`, `homeRealmDiscovery`, `identitySecurityDefaultsEnforcement`, `tokenIssuance`, `tokenLifetime`. If omitted, all policies are returned.
19+
: The type of policies to return. Allowed values `activityBasedTimeout`, `adminConsentRequest`, `appManagement`, `authenticationFlows`, `authenticationMethods`, `authenticationStrength`, `authorization`, `claimsMapping`, `conditionalAccess`, `crossTenantAccess`, `defaultAppManagement`, `deviceRegistration`, `featureRolloutPolicy`, `homeRealmDiscovery`, `identitySecurityDefaultsEnforcement`, `permissionGrant`, `roleManagement`, `tokenIssuance`, `tokenLifetime`. If omitted, all policies are returned.
2020
```
2121

2222
<Global />

src/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export default {
3434
'https://graph.microsoft.com/PeopleSettings.ReadWrite.All',
3535
'https://graph.microsoft.com/Place.Read.All',
3636
'https://graph.microsoft.com/Policy.Read.All',
37+
'https://graph.microsoft.com/Policy.Read.PermissionGrant',
3738
'https://graph.microsoft.com/RecordsManagement.ReadWrite.All',
3839
'https://graph.microsoft.com/Reports.Read.All',
3940
'https://graph.microsoft.com/ReportSettings.ReadWrite.All',

0 commit comments

Comments
 (0)