Skip to content

Commit f7bfcdb

Browse files
committed
Add default output for RoleDefinition
1 parent 5deaf34 commit f7bfcdb

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

src/readme.graph.default.output.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,4 +301,25 @@ directive:
301301
- CountryLetterCode
302302
- VerifiedDomains
303303
- 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+
- where:
316+
model-name: ^MicrosoftGraphUnifiedRoleAssignment\d*$
317+
set:
318+
format-table:
319+
properties:
320+
- Id
321+
- PrincipalId
322+
- RoleDefinitionId
323+
- DirectoryScopeId
324+
- AppScopeId
304325
```

0 commit comments

Comments
 (0)