File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -20905,6 +20905,13 @@ components:
20905
20905
additionalProperties:
20906
20906
type: object
20907
20907
microsoft.graph.directoryObject:
20908
+ discriminator:
20909
+ propertyName: '@odata.type'
20910
+ mapping:
20911
+ '#microsoft.graph.appRoleAssignment': '#/components/schemas/microsoft.graph.appRoleAssignment'
20912
+ '#microsoft.graph.device': '#/components/schemas/microsoft.graph.device'
20913
+ '#microsoft.graph.group': '#/components/schemas/microsoft.graph.group'
20914
+ '#microsoft.graph.user': '#/components/schemas/microsoft.graph.user'
20908
20915
allOf:
20909
20916
- $ref: '#/components/schemas/microsoft.graph.entity'
20910
20917
- title: directoryObject
Original file line number Diff line number Diff line change @@ -5949,6 +5949,13 @@ components:
5949
5949
additionalProperties:
5950
5950
type: object
5951
5951
microsoft.graph.directoryObject:
5952
+ discriminator:
5953
+ propertyName: '@odata.type'
5954
+ mapping:
5955
+ '#microsoft.graph.appRoleAssignment': '#/components/schemas/microsoft.graph.appRoleAssignment'
5956
+ '#microsoft.graph.device': '#/components/schemas/microsoft.graph.device'
5957
+ '#microsoft.graph.group': '#/components/schemas/microsoft.graph.group'
5958
+ '#microsoft.graph.user': '#/components/schemas/microsoft.graph.user'
5952
5959
allOf:
5953
5960
- $ref: '#/components/schemas/microsoft.graph.entity'
5954
5961
- title: directoryObject
You can’t perform that action at this time.
0 commit comments