Skip to content

Commit ba707de

Browse files
github-actions[bot]Microsoft Graph DevX Tooling
andauthored
Weekly OpenApiDocs Download (#667)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
1 parent 3c2b4a4 commit ba707de

38 files changed

+772
-105
lines changed

openApiDocs/beta/Applications.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19791,7 +19791,7 @@ components:
1979119791
description: The id of the client service principal for the application which is authorized to act on behalf of a signed-in user when accessing an API. Required. Supports $filter (eq only).
1979219792
consentType:
1979319793
type: string
19794-
description: 'Indicates if authorization is granted for the client application to impersonate all users or only a specific user. AllPrincipals indicates authorization to impersonate all users. Principal indicates authorization to impersonate a specific user. Consent on behalf of all users can be granted by an administrator. Non-admin users may be authorized to consent on behalf of themselves in some cases, for some delegated permissions. Required. Supports $filter (eq only).'
19794+
description: 'Indicates whether authorization is granted for the client application to impersonate all users or only a specific user. AllPrincipals indicates authorization to impersonate all users. Principal indicates authorization to impersonate a specific user. Consent on behalf of all users can be granted by an administrator. Non-admin users may be authorized to consent on behalf of themselves in some cases, for some delegated permissions. Required. Supports $filter (eq only).'
1979519795
nullable: true
1979619796
expiryTime:
1979719797
pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'

openApiDocs/beta/Compliance.yml

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5326,12 +5326,12 @@ paths:
53265326
default:
53275327
$ref: '#/components/responses/error'
53285328
x-ms-docs-operation-type: operation
5329-
'/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/microsoft.graph.ediscovery.Release':
5329+
'/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/microsoft.graph.ediscovery.release':
53305330
post:
53315331
tags:
53325332
- compliance.Actions
5333-
summary: Invoke action Release
5334-
operationId: compliance.ediscovery.cases.noncustodialDataSources_Release
5333+
summary: Invoke action release
5334+
operationId: compliance.ediscovery.cases.noncustodialDataSources_release
53355335
parameters:
53365336
- name: case-id
53375337
in: path
@@ -5353,12 +5353,12 @@ paths:
53535353
default:
53545354
$ref: '#/components/responses/error'
53555355
x-ms-docs-operation-type: action
5356-
'/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/microsoft.graph.ediscovery.UpdateIndex':
5356+
'/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/microsoft.graph.ediscovery.updateIndex':
53575357
post:
53585358
tags:
53595359
- compliance.Actions
5360-
summary: Invoke action UpdateIndex
5361-
operationId: compliance.ediscovery.cases.noncustodialDataSources_UpdateIndex
5360+
summary: Invoke action updateIndex
5361+
operationId: compliance.ediscovery.cases.noncustodialDataSources_updateIndex
53625362
parameters:
53635363
- name: case-id
53645364
in: path
@@ -11111,7 +11111,7 @@ components:
1111111111
type: array
1111211112
items:
1111311113
$ref: '#/components/schemas/microsoft.graph.assignedLicense'
11114-
description: The licenses that are assigned to the user. Not nullable. Supports $filter.
11114+
description: 'The licenses that are assigned to the user, including inherited (group-based) licenses. Not nullable. Supports $filter.'
1111511115
assignedPlans:
1111611116
type: array
1111711117
items:
@@ -11141,7 +11141,7 @@ components:
1114111141
createdDateTime:
1114211142
pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
1114311143
type: string
11144-
description: 'The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn''t be determined for the user. Returned only on $select. Read-only. Supports $filter with the eq, lt, and ge operators.'
11144+
description: 'The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn''t be determined for the user. Returned only on $select. Read-only. Supports $filter with the eq, ne, le, and ge operators.'
1114511145
format: date-time
1114611146
nullable: true
1114711147
creationType:
@@ -11484,6 +11484,10 @@ components:
1148411484
type: array
1148511485
items:
1148611486
$ref: '#/components/schemas/microsoft.graph.directoryObject'
11487+
transitiveReports:
11488+
type: array
11489+
items:
11490+
$ref: '#/components/schemas/microsoft.graph.directoryObject'
1148711491
calendar:
1148811492
$ref: '#/components/schemas/microsoft.graph.calendar'
1148911493
calendarGroups:
@@ -13862,7 +13866,7 @@ components:
1386213866
description: The id of the client service principal for the application which is authorized to act on behalf of a signed-in user when accessing an API. Required. Supports $filter (eq only).
1386313867
consentType:
1386413868
type: string
13865-
description: 'Indicates if authorization is granted for the client application to impersonate all users or only a specific user. AllPrincipals indicates authorization to impersonate all users. Principal indicates authorization to impersonate a specific user. Consent on behalf of all users can be granted by an administrator. Non-admin users may be authorized to consent on behalf of themselves in some cases, for some delegated permissions. Required. Supports $filter (eq only).'
13869+
description: 'Indicates whether authorization is granted for the client application to impersonate all users or only a specific user. AllPrincipals indicates authorization to impersonate all users. Principal indicates authorization to impersonate a specific user. Consent on behalf of all users can be granted by an administrator. Non-admin users may be authorized to consent on behalf of themselves in some cases, for some delegated permissions. Required. Supports $filter (eq only).'
1386613870
nullable: true
1386713871
expiryTime:
1386813872
pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
@@ -20755,7 +20759,6 @@ components:
2075520759
creationDateTime:
2075620760
pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
2075720761
type: string
20758-
description: The timestamp when this key was registered to the user.
2075920762
format: date-time
2076020763
nullable: true
2076120764
displayName:

openApiDocs/beta/DeviceManagement.Enrolment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25415,7 +25415,7 @@ components:
2541525415
nullable: true
2541625416
isValidationOnly:
2541725417
type: boolean
25418-
description: Boolean
25418+
description: A boolean that determines whether the call is a validation or an actual call. Only set this property if you want to check whether an activation is subject to additional rules like MFA before actually submitting the request.
2541925419
nullable: true
2542025420
justification:
2542125421
type: string

openApiDocs/beta/DeviceManagement.yml

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5180,6 +5180,7 @@ paths:
51805180
- registeredDevices
51815181
- scopedRoleMemberOf
51825182
- transitiveMemberOf
5183+
- transitiveReports
51835184
- calendar
51845185
- calendarGroups
51855186
- calendars
@@ -5252,6 +5253,7 @@ paths:
52525253
- registeredDevices
52535254
- scopedRoleMemberOf
52545255
- transitiveMemberOf
5256+
- transitiveReports
52555257
- calendar
52565258
- calendarGroups
52575259
- calendars
@@ -5473,6 +5475,7 @@ paths:
54735475
- registeredDevices
54745476
- scopedRoleMemberOf
54755477
- transitiveMemberOf
5478+
- transitiveReports
54765479
- calendar
54775480
- calendarGroups
54785481
- calendars
@@ -5545,6 +5548,7 @@ paths:
55455548
- registeredDevices
55465549
- scopedRoleMemberOf
55475550
- transitiveMemberOf
5551+
- transitiveReports
55485552
- calendar
55495553
- calendarGroups
55505554
- calendars
@@ -5674,6 +5678,11 @@ paths:
56745678
parameters:
56755679
managedDevice-id: $request.path.managedDevice-id
56765680
user-id: $request.path.user-id
5681+
transitiveReports:
5682+
operationId: deviceManagement.comanagedDevices.Users.ListTransitiveReports
5683+
parameters:
5684+
managedDevice-id: $request.path.managedDevice-id
5685+
user-id: $request.path.user-id
56775686
calendar:
56785687
operationId: deviceManagement.comanagedDevices.Users.GetCalendar
56795688
parameters:
@@ -27586,6 +27595,7 @@ paths:
2758627595
- registeredDevices
2758727596
- scopedRoleMemberOf
2758827597
- transitiveMemberOf
27598+
- transitiveReports
2758927599
- calendar
2759027600
- calendarGroups
2759127601
- calendars
@@ -27658,6 +27668,7 @@ paths:
2765827668
- registeredDevices
2765927669
- scopedRoleMemberOf
2766027670
- transitiveMemberOf
27671+
- transitiveReports
2766127672
- calendar
2766227673
- calendarGroups
2766327674
- calendars
@@ -27879,6 +27890,7 @@ paths:
2787927890
- registeredDevices
2788027891
- scopedRoleMemberOf
2788127892
- transitiveMemberOf
27893+
- transitiveReports
2788227894
- calendar
2788327895
- calendarGroups
2788427896
- calendars
@@ -27951,6 +27963,7 @@ paths:
2795127963
- registeredDevices
2795227964
- scopedRoleMemberOf
2795327965
- transitiveMemberOf
27966+
- transitiveReports
2795427967
- calendar
2795527968
- calendarGroups
2795627969
- calendars
@@ -28080,6 +28093,11 @@ paths:
2808028093
parameters:
2808128094
managedDevice-id: $request.path.managedDevice-id
2808228095
user-id: $request.path.user-id
28096+
transitiveReports:
28097+
operationId: deviceManagement.managedDevices.Users.ListTransitiveReports
28098+
parameters:
28099+
managedDevice-id: $request.path.managedDevice-id
28100+
user-id: $request.path.user-id
2808328101
calendar:
2808428102
operationId: deviceManagement.managedDevices.Users.GetCalendar
2808528103
parameters:
@@ -44720,7 +44738,7 @@ components:
4472044738
type: array
4472144739
items:
4472244740
$ref: '#/components/schemas/microsoft.graph.assignedLicense'
44723-
description: The licenses that are assigned to the user. Not nullable. Supports $filter.
44741+
description: 'The licenses that are assigned to the user, including inherited (group-based) licenses. Not nullable. Supports $filter.'
4472444742
assignedPlans:
4472544743
type: array
4472644744
items:
@@ -44750,7 +44768,7 @@ components:
4475044768
createdDateTime:
4475144769
pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
4475244770
type: string
44753-
description: 'The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn''t be determined for the user. Returned only on $select. Read-only. Supports $filter with the eq, lt, and ge operators.'
44771+
description: 'The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn''t be determined for the user. Returned only on $select. Read-only. Supports $filter with the eq, ne, le, and ge operators.'
4475444772
format: date-time
4475544773
nullable: true
4475644774
creationType:
@@ -45093,6 +45111,10 @@ components:
4509345111
type: array
4509445112
items:
4509545113
$ref: '#/components/schemas/microsoft.graph.directoryObject'
45114+
transitiveReports:
45115+
type: array
45116+
items:
45117+
$ref: '#/components/schemas/microsoft.graph.directoryObject'
4509645118
calendar:
4509745119
$ref: '#/components/schemas/microsoft.graph.calendar'
4509845120
calendarGroups:
@@ -54068,7 +54090,7 @@ components:
5406854090
description: The id of the client service principal for the application which is authorized to act on behalf of a signed-in user when accessing an API. Required. Supports $filter (eq only).
5406954091
consentType:
5407054092
type: string
54071-
description: 'Indicates if authorization is granted for the client application to impersonate all users or only a specific user. AllPrincipals indicates authorization to impersonate all users. Principal indicates authorization to impersonate a specific user. Consent on behalf of all users can be granted by an administrator. Non-admin users may be authorized to consent on behalf of themselves in some cases, for some delegated permissions. Required. Supports $filter (eq only).'
54093+
description: 'Indicates whether authorization is granted for the client application to impersonate all users or only a specific user. AllPrincipals indicates authorization to impersonate all users. Principal indicates authorization to impersonate a specific user. Consent on behalf of all users can be granted by an administrator. Non-admin users may be authorized to consent on behalf of themselves in some cases, for some delegated permissions. Required. Supports $filter (eq only).'
5407254094
nullable: true
5407354095
expiryTime:
5407454096
pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
@@ -62965,7 +62987,6 @@ components:
6296562987
creationDateTime:
6296662988
pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
6296762989
type: string
62968-
description: The timestamp when this key was registered to the user.
6296962990
format: date-time
6297062991
nullable: true
6297162992
displayName:

openApiDocs/beta/Devices.CloudPrint.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2962,6 +2962,7 @@ paths:
29622962
- registeredDevices
29632963
- scopedRoleMemberOf
29642964
- transitiveMemberOf
2965+
- transitiveReports
29652966
- calendar
29662967
- calendarGroups
29672968
- calendars
@@ -3034,6 +3035,7 @@ paths:
30343035
- registeredDevices
30353036
- scopedRoleMemberOf
30363037
- transitiveMemberOf
3038+
- transitiveReports
30373039
- calendar
30383040
- calendarGroups
30393041
- calendars
@@ -5179,6 +5181,7 @@ paths:
51795181
- registeredDevices
51805182
- scopedRoleMemberOf
51815183
- transitiveMemberOf
5184+
- transitiveReports
51825185
- calendar
51835186
- calendarGroups
51845187
- calendars
@@ -5251,6 +5254,7 @@ paths:
52515254
- registeredDevices
52525255
- scopedRoleMemberOf
52535256
- transitiveMemberOf
5257+
- transitiveReports
52545258
- calendar
52555259
- calendarGroups
52565260
- calendars
@@ -7388,7 +7392,7 @@ components:
73887392
type: array
73897393
items:
73907394
$ref: '#/components/schemas/microsoft.graph.assignedLicense'
7391-
description: The licenses that are assigned to the user. Not nullable. Supports $filter.
7395+
description: 'The licenses that are assigned to the user, including inherited (group-based) licenses. Not nullable. Supports $filter.'
73927396
assignedPlans:
73937397
type: array
73947398
items:
@@ -7418,7 +7422,7 @@ components:
74187422
createdDateTime:
74197423
pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
74207424
type: string
7421-
description: 'The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn''t be determined for the user. Returned only on $select. Read-only. Supports $filter with the eq, lt, and ge operators.'
7425+
description: 'The date and time the user was created. The value cannot be modified and is automatically populated when the entity is created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. Property is nullable. A null value indicates that an accurate creation time couldn''t be determined for the user. Returned only on $select. Read-only. Supports $filter with the eq, ne, le, and ge operators.'
74227426
format: date-time
74237427
nullable: true
74247428
creationType:
@@ -7761,6 +7765,10 @@ components:
77617765
type: array
77627766
items:
77637767
$ref: '#/components/schemas/microsoft.graph.directoryObject'
7768+
transitiveReports:
7769+
type: array
7770+
items:
7771+
$ref: '#/components/schemas/microsoft.graph.directoryObject'
77647772
calendar:
77657773
$ref: '#/components/schemas/microsoft.graph.calendar'
77667774
calendarGroups:
@@ -9640,7 +9648,7 @@ components:
96409648
description: The id of the client service principal for the application which is authorized to act on behalf of a signed-in user when accessing an API. Required. Supports $filter (eq only).
96419649
consentType:
96429650
type: string
9643-
description: 'Indicates if authorization is granted for the client application to impersonate all users or only a specific user. AllPrincipals indicates authorization to impersonate all users. Principal indicates authorization to impersonate a specific user. Consent on behalf of all users can be granted by an administrator. Non-admin users may be authorized to consent on behalf of themselves in some cases, for some delegated permissions. Required. Supports $filter (eq only).'
9651+
description: 'Indicates whether authorization is granted for the client application to impersonate all users or only a specific user. AllPrincipals indicates authorization to impersonate all users. Principal indicates authorization to impersonate a specific user. Consent on behalf of all users can be granted by an administrator. Non-admin users may be authorized to consent on behalf of themselves in some cases, for some delegated permissions. Required. Supports $filter (eq only).'
96449652
nullable: true
96459653
expiryTime:
96469654
pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
@@ -16814,7 +16822,6 @@ components:
1681416822
creationDateTime:
1681516823
pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
1681616824
type: string
16817-
description: The timestamp when this key was registered to the user.
1681816825
format: date-time
1681916826
nullable: true
1682016827
displayName:

0 commit comments

Comments
 (0)