We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5deaf34 commit f7bfcdbCopy full SHA for f7bfcdb
src/readme.graph.default.output.md
@@ -301,4 +301,25 @@ directive:
301
- CountryLetterCode
302
- VerifiedDomains
303
- AssignedPlans
304
+ - where:
305
+ model-name: ^MicrosoftGraphUnifiedRoleDefinition\d*$
306
+ set:
307
+ format-table:
308
+ properties:
309
+ - DisplayName
310
+ - Id
311
+ - TemplateId
312
+ - Description
313
+ - IsBuiltIn
314
+ - IsEnabled
315
316
+ model-name: ^MicrosoftGraphUnifiedRoleAssignment\d*$
317
318
319
320
321
+ - PrincipalId
322
+ - RoleDefinitionId
323
+ - DirectoryScopeId
324
+ - AppScopeId
325
```
0 commit comments