Skip to content

Commit c7487b1

Browse files
authored
Refresh OpenAPI documents. (#1997)
1 parent 2dfa30e commit c7487b1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+121602
-119598
lines changed

config/ModulesMapping.jsonc

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"Education": "^education\\.",
1919
"Files": "^drives\\.|^shares\\.|^users.drive$|^groups.drive$",
2020
"Financials": "^financials\\.",
21-
"Groups": "^groups.group$|^groups.directoryObject$|^groups.conversation$|^groups.endpoint$|^groups.extension$|^groups.groupLifecyclePolicy$|^groups.resourceSpecificPermissionGrant$|^groups.profilePhoto$|^groups.conversationThread$|^groupLifecyclePolicies\\.|^users.group$|^groups.directorySetting$|^groups.Actions$|^groups.Functions$|^groupSettings\\.|^groups.groupSetting$",
21+
"Groups": "^groups.group$|^groups.directoryObject$|^groups.conversation$|^groups.endpoint$|^groups.extension$|^groups.groupLifecyclePolicy$|^groups.resourceSpecificPermissionGrant$|^groups.profilePhoto$|^groups.conversationThread$|^groupLifecyclePolicies\\.|^users.group$|^groups.directorySetting$|^groups.Actions$|^groups.Functions$|^groupSettings\\.|^groups.groupSetting$|^groupSettingTemplates\\.",
2222
"Identity.DirectoryManagement": "^administrativeUnits\\.|^contacts\\.|^devices\\.|^domains\\.|^directoryRoles\\.|^directoryRoleTemplates\\.|^directorySettingTemplates\\.|^settings\\.|^subscribedSkus\\.|^contracts\\.|^directory\\.|^users.scopedRoleMembership$|^organization.organization$|^organization.organizationalBranding$|^organization.organizationSettings$|^organization.Actions$|^organization.extension$",
2323
"Identity.Governance": "^accessReviews\\.|^businessFlowTemplates\\.|^programs\\.|^programControls\\.|^programControlTypes\\.|^privilegedRoles\\.|^privilegedRoleAssignments\\.|^privilegedRoleAssignmentRequests\\.|^privilegedApproval\\.|^privilegedOperationEvents\\.|^privilegedAccess\\.|^agreements\\.|^users.agreementAcceptance$|^identityGovernance\\.|^roleManagement.rbacApplication$|^roleManagement.Functions$|roleManagement.Actions$",
2424
"Identity.SignIns": "^organization.certificateBasedAuthConfiguration$|^invitations\\.|^identityProviders\\.|^oauth2PermissionGrants\\.|^identityProtection\\.|^dataPolicyOperations\\.|^identity\\.|^trustFramework\\.|^informationProtection\\.|^policies\\.|^users.authentication$|^users.informationProtection$",

openApiDocs/beta/Applications.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -23648,7 +23648,7 @@ components:
2364823648
lastNonInteractiveSignInDateTime:
2364923649
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])$'
2365023650
type: string
23651-
description: 'The last non-interactive sign-in date for a specific user. You can use this field to calculate the last time a client signed in to the directory on behalf of a user. Because some users may use clients to access tenant resources rather than signing into your tenant directly, you can use the non-interactive sign-in date to along with lastSignInDateTime to identify inactive users. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is: ''2014-01-01T00:00:00Z''. Azure AD maintains non-interactive sign-ins going back to May 2020. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.'
23651+
description: 'The last non-interactive sign-in date for a specific user. You can use this field to calculate the last time a client attempted to sign into the directory the directory on behalf of a user. Because some users may use clients to access tenant resources rather than signing into your tenant directly, you can use the non-interactive sign-in date to along with lastSignInDateTime to identify inactive users. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is: ''2014-01-01T00:00:00Z''. Azure AD maintains non-interactive sign-ins going back to May 2020. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.'
2365223652
format: date-time
2365323653
nullable: true
2365423654
lastNonInteractiveSignInRequestId:
@@ -23658,7 +23658,7 @@ components:
2365823658
lastSignInDateTime:
2365923659
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])$'
2366023660
type: string
23661-
description: 'The last interactive sign-in date and time for a specific user. You can use this field to calculate the last time a user signed in to the directory with an interactive authentication method. This field can be used to build reports, such as inactive users. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is: ''2014-01-01T00:00:00Z''. Azure AD maintains interactive sign-ins going back to April 2020. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.'
23661+
description: 'The last interactive sign-in date and time for a specific user. You can use this field to calculate the last time a user attempted to sign into the directory the directory with an interactive authentication method. This field can be used to build reports, such as inactive users. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is: ''2014-01-01T00:00:00Z''. Azure AD maintains interactive sign-ins going back to April 2020. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.'
2366223662
format: date-time
2366323663
nullable: true
2366423664
lastSignInRequestId:
@@ -28355,11 +28355,11 @@ components:
2835528355
properties:
2835628356
key:
2835728357
type: string
28358-
description: Key.
28358+
description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.'
2835928359
nullable: true
2836028360
value:
2836128361
type: string
28362-
description: Value.
28362+
description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false.
2836328363
nullable: true
2836428364
additionalProperties:
2836528365
type: object

openApiDocs/beta/CloudCommunications.yml

+26
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,8 @@ paths:
343343
- endDateTime desc
344344
- failureInfo
345345
- failureInfo desc
346+
- isTest
347+
- isTest desc
346348
- modalities
347349
- modalities desc
348350
- startDateTime
@@ -363,6 +365,7 @@ paths:
363365
- caller
364366
- endDateTime
365367
- failureInfo
368+
- isTest
366369
- modalities
367370
- startDateTime
368371
- segments
@@ -459,6 +462,7 @@ paths:
459462
- caller
460463
- endDateTime
461464
- failureInfo
465+
- isTest
462466
- modalities
463467
- startDateTime
464468
- segments
@@ -9680,6 +9684,10 @@ components:
96809684
format: date-time
96819685
failureInfo:
96829686
$ref: '#/components/schemas/microsoft.graph.callRecords.failureInfo'
9687+
isTest:
9688+
type: boolean
9689+
description: Specifies whether the session is a test.
9690+
nullable: true
96839691
modalities:
96849692
type: array
96859693
items:
@@ -10268,6 +10276,7 @@ components:
1026810276
$ref: '#/components/schemas/microsoft.graph.onlineMeetingRestricted'
1026910277
rosterSequenceNumber:
1027010278
type: integer
10279+
description: Indicates the roster sequence number the participant was last updated in.
1027110280
format: int64
1027210281
nullable: true
1027310282
additionalProperties:
@@ -11088,6 +11097,7 @@ components:
1108811097
properties:
1108911098
reason:
1109011099
type: string
11100+
description: The removal reason for the participant resource.
1109111101
nullable: true
1109211102
additionalProperties:
1109311103
type: object
@@ -12000,6 +12010,12 @@ components:
1200012010
description: Average estimated bandwidth available between two endpoints in bits per second.
1200112011
format: int64
1200212012
nullable: true
12013+
averageFreezeDuration:
12014+
pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$'
12015+
type: string
12016+
description: Average of the received freeze duration related to the video stream.
12017+
format: duration
12018+
nullable: true
1200312019
averageJitter:
1200412020
pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$'
1200512021
type: string
@@ -12048,6 +12064,10 @@ components:
1204812064
description: 'UTC time when the stream ended. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z'
1204912065
format: date-time
1205012066
nullable: true
12067+
isAudioForwardErrorCorrectionUsed:
12068+
type: boolean
12069+
description: Indicates whether the forward error correction (FEC) was used at some point during the session. The default value is null.
12070+
nullable: true
1205112071
lowFrameRateRatio:
1205212072
type: number
1205312073
description: Fraction of the call where frame rate is less than 7.5 frames per second.
@@ -12096,6 +12116,12 @@ components:
1209612116
description: Packet loss rate after FEC has been applied aggregated across all video streams and codecs.
1209712117
format: float
1209812118
nullable: true
12119+
rmsFreezeDuration:
12120+
pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$'
12121+
type: string
12122+
description: Root mean square of the received freeze duration related to the video stream.
12123+
format: duration
12124+
nullable: true
1209912125
startDateTime:
1210012126
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])$'
1210112127
type: string

openApiDocs/beta/Compliance.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -14409,7 +14409,7 @@ components:
1440914409
lastNonInteractiveSignInDateTime:
1441014410
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])$'
1441114411
type: string
14412-
description: 'The last non-interactive sign-in date for a specific user. You can use this field to calculate the last time a client signed in to the directory on behalf of a user. Because some users may use clients to access tenant resources rather than signing into your tenant directly, you can use the non-interactive sign-in date to along with lastSignInDateTime to identify inactive users. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is: ''2014-01-01T00:00:00Z''. Azure AD maintains non-interactive sign-ins going back to May 2020. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.'
14412+
description: 'The last non-interactive sign-in date for a specific user. You can use this field to calculate the last time a client attempted to sign into the directory the directory on behalf of a user. Because some users may use clients to access tenant resources rather than signing into your tenant directly, you can use the non-interactive sign-in date to along with lastSignInDateTime to identify inactive users. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is: ''2014-01-01T00:00:00Z''. Azure AD maintains non-interactive sign-ins going back to May 2020. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.'
1441314413
format: date-time
1441414414
nullable: true
1441514415
lastNonInteractiveSignInRequestId:
@@ -14419,7 +14419,7 @@ components:
1441914419
lastSignInDateTime:
1442014420
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])$'
1442114421
type: string
14422-
description: 'The last interactive sign-in date and time for a specific user. You can use this field to calculate the last time a user signed in to the directory with an interactive authentication method. This field can be used to build reports, such as inactive users. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is: ''2014-01-01T00:00:00Z''. Azure AD maintains interactive sign-ins going back to April 2020. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.'
14422+
description: 'The last interactive sign-in date and time for a specific user. You can use this field to calculate the last time a user attempted to sign into the directory the directory with an interactive authentication method. This field can be used to build reports, such as inactive users. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is: ''2014-01-01T00:00:00Z''. Azure AD maintains interactive sign-ins going back to April 2020. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.'
1442314423
format: date-time
1442414424
nullable: true
1442514425
lastSignInRequestId:
@@ -18580,11 +18580,11 @@ components:
1858018580
properties:
1858118581
key:
1858218582
type: string
18583-
description: Key.
18583+
description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.'
1858418584
nullable: true
1858518585
value:
1858618586
type: string
18587-
description: Value.
18587+
description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false.
1858818588
nullable: true
1858918589
additionalProperties:
1859018590
type: object

openApiDocs/beta/CrossDeviceExperiences.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8876,7 +8876,7 @@ components:
88768876
lastNonInteractiveSignInDateTime:
88778877
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])$'
88788878
type: string
8879-
description: 'The last non-interactive sign-in date for a specific user. You can use this field to calculate the last time a client signed in to the directory on behalf of a user. Because some users may use clients to access tenant resources rather than signing into your tenant directly, you can use the non-interactive sign-in date to along with lastSignInDateTime to identify inactive users. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is: ''2014-01-01T00:00:00Z''. Azure AD maintains non-interactive sign-ins going back to May 2020. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.'
8879+
description: 'The last non-interactive sign-in date for a specific user. You can use this field to calculate the last time a client attempted to sign into the directory the directory on behalf of a user. Because some users may use clients to access tenant resources rather than signing into your tenant directly, you can use the non-interactive sign-in date to along with lastSignInDateTime to identify inactive users. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is: ''2014-01-01T00:00:00Z''. Azure AD maintains non-interactive sign-ins going back to May 2020. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.'
88808880
format: date-time
88818881
nullable: true
88828882
lastNonInteractiveSignInRequestId:
@@ -8886,7 +8886,7 @@ components:
88868886
lastSignInDateTime:
88878887
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])$'
88888888
type: string
8889-
description: 'The last interactive sign-in date and time for a specific user. You can use this field to calculate the last time a user signed in to the directory with an interactive authentication method. This field can be used to build reports, such as inactive users. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is: ''2014-01-01T00:00:00Z''. Azure AD maintains interactive sign-ins going back to April 2020. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.'
8889+
description: 'The last interactive sign-in date and time for a specific user. You can use this field to calculate the last time a user attempted to sign into the directory the directory with an interactive authentication method. This field can be used to build reports, such as inactive users. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is: ''2014-01-01T00:00:00Z''. Azure AD maintains interactive sign-ins going back to April 2020. For more information about using the value of this property, see Manage inactive user accounts in Azure AD.'
88908890
format: date-time
88918891
nullable: true
88928892
lastSignInRequestId:
@@ -13354,11 +13354,11 @@ components:
1335413354
properties:
1335513355
key:
1335613356
type: string
13357-
description: Key.
13357+
description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.'
1335813358
nullable: true
1335913359
value:
1336013360
type: string
13361-
description: Value.
13361+
description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false.
1336213362
nullable: true
1336313363
additionalProperties:
1336413364
type: object

0 commit comments

Comments
 (0)