@@ -12210,11 +12210,11 @@ paths:
12210
12210
put:
12211
12211
tags:
12212
12212
- servicePrincipals.customClaimsPolicy
12213
- summary: Create or replace claimsPolicy
12214
- description: 'Create a new customClaimsPolicy object if it doesn''t exist, or replace an existing one.'
12213
+ summary: Update customClaimsPolicy
12214
+ description: Update a customClaimsPolicy object.
12215
12215
externalDocs:
12216
12216
description: Find more info here
12217
- url: https://learn.microsoft.com/graph/api/serviceprincipal-put-claimspolicy ?view=graph-rest-beta
12217
+ url: https://learn.microsoft.com/graph/api/customclaimspolicy-update ?view=graph-rest-beta
12218
12218
operationId: servicePrincipal_SetClaimsPolicy
12219
12219
parameters:
12220
12220
- name: servicePrincipal-id
@@ -12245,11 +12245,11 @@ paths:
12245
12245
patch:
12246
12246
tags:
12247
12247
- servicePrincipals.customClaimsPolicy
12248
- summary: Create or replace claimsPolicy
12249
- description: 'Create a new customClaimsPolicy object if it doesn''t exist, or replace an existing one.'
12248
+ summary: Update customClaimsPolicy
12249
+ description: Update a customClaimsPolicy object.
12250
12250
externalDocs:
12251
12251
description: Find more info here
12252
- url: https://learn.microsoft.com/graph/api/serviceprincipal-put-claimspolicy ?view=graph-rest-beta
12252
+ url: https://learn.microsoft.com/graph/api/customclaimspolicy-update ?view=graph-rest-beta
12253
12253
operationId: servicePrincipal_UpdateClaimsPolicy
12254
12254
parameters:
12255
12255
- name: servicePrincipal-id
@@ -22687,6 +22687,8 @@ components:
22687
22687
items:
22688
22688
$ref: '#/components/schemas/microsoft.graph.cloudPC'
22689
22689
x-ms-navigationProperty: true
22690
+ communications:
22691
+ $ref: '#/components/schemas/microsoft.graph.userCloudCommunication'
22690
22692
contactFolders:
22691
22693
type: array
22692
22694
items:
@@ -25485,7 +25487,10 @@ components:
25485
25487
type: array
25486
25488
items:
25487
25489
$ref: '#/components/schemas/microsoft.graph.platformCredentialAuthenticationMethod'
25490
+ description: Represents a platform credential instance registered to a user on Mac OS.
25488
25491
x-ms-navigationProperty: true
25492
+ qrCodePinMethod:
25493
+ $ref: '#/components/schemas/microsoft.graph.qrCodePinAuthenticationMethod'
25489
25494
softwareOathMethods:
25490
25495
type: array
25491
25496
items:
@@ -26032,6 +26037,16 @@ components:
26032
26037
nullable: true
26033
26038
additionalProperties:
26034
26039
type: object
26040
+ microsoft.graph.userCloudCommunication:
26041
+ allOf:
26042
+ - $ref: '#/components/schemas/microsoft.graph.entity'
26043
+ - title: userCloudCommunication
26044
+ type: object
26045
+ properties:
26046
+ callSettings:
26047
+ $ref: '#/components/schemas/microsoft.graph.callSettings'
26048
+ additionalProperties:
26049
+ type: object
26035
26050
microsoft.graph.contactFolder:
26036
26051
allOf:
26037
26052
- $ref: '#/components/schemas/microsoft.graph.entity'
@@ -28633,10 +28648,10 @@ components:
28633
28648
properties:
28634
28649
name:
28635
28650
type: string
28636
- description: Name for this key-value pair
28651
+ description: ' Name for this key-value pair. For more information about possible names for each resource type that uses this configuration, see keyValuePair names and values.'
28637
28652
value:
28638
28653
type: string
28639
- description: Value for this key-value pair
28654
+ description: ' Value for this key-value pair. For more information about possible values for each resource type that uses this configuration, see keyValuePair names and values.'
28640
28655
nullable: true
28641
28656
additionalProperties:
28642
28657
type: object
@@ -30566,6 +30581,20 @@ components:
30566
30581
$ref: '#/components/schemas/microsoft.graph.device'
30567
30582
additionalProperties:
30568
30583
type: object
30584
+ microsoft.graph.qrCodePinAuthenticationMethod:
30585
+ allOf:
30586
+ - $ref: '#/components/schemas/microsoft.graph.authenticationMethod'
30587
+ - title: qrCodePinAuthenticationMethod
30588
+ type: object
30589
+ properties:
30590
+ pin:
30591
+ $ref: '#/components/schemas/microsoft.graph.qrPin'
30592
+ standardQRCode:
30593
+ $ref: '#/components/schemas/microsoft.graph.qrCode'
30594
+ temporaryQRCode:
30595
+ $ref: '#/components/schemas/microsoft.graph.qrCode'
30596
+ additionalProperties:
30597
+ type: object
30569
30598
microsoft.graph.softwareOathAuthenticationMethod:
30570
30599
allOf:
30571
30600
- $ref: '#/components/schemas/microsoft.graph.authenticationMethod'
@@ -31521,6 +31550,26 @@ components:
31521
31550
- administrator
31522
31551
- unknownFutureValue
31523
31552
type: string
31553
+ microsoft.graph.callSettings:
31554
+ allOf:
31555
+ - $ref: '#/components/schemas/microsoft.graph.entity'
31556
+ - title: callSettings
31557
+ type: object
31558
+ properties:
31559
+ delegates:
31560
+ type: array
31561
+ items:
31562
+ $ref: '#/components/schemas/microsoft.graph.delegationSettings'
31563
+ description: Represents the delegate settings.
31564
+ x-ms-navigationProperty: true
31565
+ delegators:
31566
+ type: array
31567
+ items:
31568
+ $ref: '#/components/schemas/microsoft.graph.delegationSettings'
31569
+ description: Represents the delegator settings.
31570
+ x-ms-navigationProperty: true
31571
+ additionalProperties:
31572
+ type: object
31524
31573
microsoft.graph.typedEmailAddress:
31525
31574
allOf:
31526
31575
- $ref: '#/components/schemas/microsoft.graph.emailAddress'
@@ -38241,6 +38290,59 @@ components:
38241
38290
- linux
38242
38291
- unknownFutureValue
38243
38292
type: string
38293
+ microsoft.graph.qrPin:
38294
+ allOf:
38295
+ - $ref: '#/components/schemas/microsoft.graph.entity'
38296
+ - title: qrPin
38297
+ type: object
38298
+ properties:
38299
+ code:
38300
+ type: string
38301
+ createdDateTime:
38302
+ 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])$'
38303
+ type: string
38304
+ format: date-time
38305
+ nullable: true
38306
+ forceChangePinNextSignIn:
38307
+ type: boolean
38308
+ nullable: true
38309
+ updatedDateTime:
38310
+ 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])$'
38311
+ type: string
38312
+ format: date-time
38313
+ nullable: true
38314
+ additionalProperties:
38315
+ type: object
38316
+ microsoft.graph.qrCode:
38317
+ allOf:
38318
+ - $ref: '#/components/schemas/microsoft.graph.entity'
38319
+ - title: qrCode
38320
+ type: object
38321
+ properties:
38322
+ createdDateTime:
38323
+ 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])$'
38324
+ type: string
38325
+ format: date-time
38326
+ nullable: true
38327
+ expireDateTime:
38328
+ 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])$'
38329
+ type: string
38330
+ format: date-time
38331
+ nullable: true
38332
+ image:
38333
+ $ref: '#/components/schemas/microsoft.graph.qrCodeImageDetails'
38334
+ lastUsedDateTime:
38335
+ 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])$'
38336
+ type: string
38337
+ format: date-time
38338
+ nullable: true
38339
+ startDateTime:
38340
+ 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])$'
38341
+ type: string
38342
+ format: date-time
38343
+ nullable: true
38344
+ additionalProperties:
38345
+ type: object
38244
38346
microsoft.graph.calendarRoleType:
38245
38347
title: calendarRoleType
38246
38348
enum:
@@ -38792,6 +38894,7 @@ components:
38792
38894
- none
38793
38895
- standard
38794
38896
- unknownFutureValue
38897
+ - plus
38795
38898
type: string
38796
38899
microsoft.graph.actionState:
38797
38900
title: actionState
@@ -38823,6 +38926,26 @@ components:
38823
38926
- vMware
38824
38927
- hp
38825
38928
type: string
38929
+ microsoft.graph.delegationSettings:
38930
+ allOf:
38931
+ - $ref: '#/components/schemas/microsoft.graph.entity'
38932
+ - title: delegationSettings
38933
+ type: object
38934
+ properties:
38935
+ allowedActions:
38936
+ $ref: '#/components/schemas/microsoft.graph.delegateAllowedActions'
38937
+ createdDateTime:
38938
+ 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])$'
38939
+ type: string
38940
+ description: 'Date and time when the delegator or delegate entry was created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.'
38941
+ format: date-time
38942
+ nullable: true
38943
+ isActive:
38944
+ type: boolean
38945
+ description: Indicates whether the delegator or delegate relationship is currently active.
38946
+ nullable: true
38947
+ additionalProperties:
38948
+ type: object
38826
38949
microsoft.graph.emailType:
38827
38950
title: emailType
38828
38951
enum:
@@ -44942,6 +45065,28 @@ components:
44942
45065
- failedActivation
44943
45066
- unknownFutureValue
44944
45067
type: string
45068
+ microsoft.graph.qrCodeImageDetails:
45069
+ title: qrCodeImageDetails
45070
+ type: object
45071
+ properties:
45072
+ binaryValue:
45073
+ type: string
45074
+ format: base64url
45075
+ nullable: true
45076
+ errorCorrectionLevel:
45077
+ $ref: '#/components/schemas/microsoft.graph.errorCorrectionLevel'
45078
+ rawContent:
45079
+ type: string
45080
+ format: base64url
45081
+ nullable: true
45082
+ version:
45083
+ maximum: 2147483647
45084
+ minimum: -2147483648
45085
+ type: number
45086
+ format: int32
45087
+ nullable: true
45088
+ additionalProperties:
45089
+ type: object
44945
45090
microsoft.graph.attendeeType:
44946
45091
title: attendeeType
44947
45092
enum:
@@ -45189,6 +45334,32 @@ components:
45189
45334
- failure
45190
45335
- unknownFutureValue
45191
45336
type: string
45337
+ microsoft.graph.delegateAllowedActions:
45338
+ title: delegateAllowedActions
45339
+ type: object
45340
+ properties:
45341
+ joinActiveCalls:
45342
+ type: boolean
45343
+ description: Indicates whether the delegator or delegate allows participation in active calls.
45344
+ nullable: true
45345
+ makeCalls:
45346
+ type: boolean
45347
+ description: Indicates whether the delegator or delegate allows calls to be made on their behalf.
45348
+ nullable: true
45349
+ manageCallAndDelegateSettings:
45350
+ type: boolean
45351
+ description: Indicates whether the delegator or delegate allows the management of call and delegation settings.
45352
+ nullable: true
45353
+ pickUpHeldCalls:
45354
+ type: boolean
45355
+ description: Indicates whether the delegator or delegate allows held calls to be picked up.
45356
+ nullable: true
45357
+ receiveCalls:
45358
+ type: boolean
45359
+ description: Indicates whether the delegator or delegate allows calls to be received on their behalf.
45360
+ nullable: true
45361
+ additionalProperties:
45362
+ type: object
45192
45363
microsoft.graph.deviceAndAppManagementAssignmentFilterType:
45193
45364
title: deviceAndAppManagementAssignmentFilterType
45194
45365
enum:
@@ -47016,6 +47187,7 @@ components:
47016
47187
- driveItem
47017
47188
- user
47018
47189
- teamsChannel
47190
+ - plannerTask
47019
47191
type: string
47020
47192
microsoft.graph.plannerCreationSourceKind:
47021
47193
title: plannerCreationSourceKind
@@ -49025,6 +49197,15 @@ components:
49025
49197
x-ms-navigationProperty: true
49026
49198
additionalProperties:
49027
49199
type: object
49200
+ microsoft.graph.errorCorrectionLevel:
49201
+ title: errorCorrectionLevel
49202
+ enum:
49203
+ - l
49204
+ - m
49205
+ - q
49206
+ - h
49207
+ - unknownFutureValue
49208
+ type: string
49028
49209
microsoft.graph.teamsAppResourceSpecificPermissionType:
49029
49210
title: teamsAppResourceSpecificPermissionType
49030
49211
enum:
0 commit comments