Skip to content

Commit cd2476f

Browse files
Merge branch 'dev' into mmainer/updatepolicy
2 parents 750a672 + 6753934 commit cd2476f

Some content is hidden

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

61 files changed

+135943
-132173
lines changed

openApiDocs/beta/Applications.yml

Lines changed: 143 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29174,6 +29174,9 @@ components:
2917429174
- Full
2917529175
- ForceDeletes
2917629176
type: string
29177+
x-ms-enum-flags:
29178+
isFlags: true
29179+
style: simple
2917729180
microsoft.graph.synchronizationSecret:
2917829181
title: synchronizationSecret
2917929182
enum:
@@ -29278,6 +29281,9 @@ components:
2927829281
- ReferenceAttributes
2927929282
- UnknownFutureValue
2928029283
type: string
29284+
x-ms-enum-flags:
29285+
isFlags: true
29286+
style: simple
2928129287
microsoft.graph.objectDefinition:
2928229288
title: objectDefinition
2928329289
type: object
@@ -30228,6 +30234,9 @@ components:
3022830234
- rsaSha1
3022930235
- unknownFutureValue
3023030236
type: string
30237+
x-ms-enum-flags:
30238+
isFlags: true
30239+
style: simple
3023130240
microsoft.graph.resourceAccess:
3023230241
title: resourceAccess
3023330242
type: object
@@ -33000,6 +33009,8 @@ components:
3300033009
type: string
3300133010
description: ELAM provides protection for the computers in your network when they start up
3300233011
nullable: true
33012+
firmwareProtection:
33013+
$ref: '#/components/schemas/microsoft.graph.firmwareProtectionType'
3300333014
healthAttestationSupportedStatus:
3300433015
type: string
3300533016
description: This attribute indicates if DHA is supported for the device
@@ -33017,6 +33028,10 @@ components:
3301733028
type: string
3301833029
description: The Timestamp of the last update.
3301933030
nullable: true
33031+
memoryAccessProtection:
33032+
$ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus'
33033+
memoryIntegrityProtection:
33034+
$ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus'
3302033035
operatingSystemKernelDebugging:
3302133036
type: string
3302233037
description: 'When operatingSystemKernelDebugging is enabled, the device is used in development and testing'
@@ -33053,6 +33068,10 @@ components:
3305333068
type: string
3305433069
description: Fingerprint of the Custom Secure Boot Configuration Policy
3305533070
nullable: true
33071+
securedCorePC:
33072+
$ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus'
33073+
systemManagementMode:
33074+
$ref: '#/components/schemas/microsoft.graph.systemManagementModeLevel'
3305633075
testSigning:
3305733076
type: string
3305833077
description: 'When test signing is allowed, the device does not enforce signature validation during boot'
@@ -33061,6 +33080,8 @@ components:
3306133080
type: string
3306233081
description: The security version number of the Boot Application
3306333082
nullable: true
33083+
virtualizationBasedSecurity:
33084+
$ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus'
3306433085
virtualSecureMode:
3306533086
type: string
3306633087
description: VSM is a container that protects high value assets from a compromised kernel
@@ -37846,6 +37867,9 @@ components:
3784637867
- teamwork
3784737868
- unknownFutureValue
3784837869
type: string
37870+
x-ms-enum-flags:
37871+
isFlags: true
37872+
style: simple
3784937873
microsoft.graph.applicationMode:
3785037874
title: applicationMode
3785137875
enum:
@@ -40137,6 +40161,89 @@ components:
4013740161
- value: communicationError
4013840162
description: 'The configuration manager agent was able to reach the configuration manager service in the past but is now no longer able to. '
4013940163
name: communicationError
40164+
microsoft.graph.firmwareProtectionType:
40165+
title: firmwareProtectionType
40166+
enum:
40167+
- notApplicable
40168+
- systemGuardSecureLaunch
40169+
- firmwareAttackSurfaceReduction
40170+
- disabled
40171+
- unknownFutureValue
40172+
type: string
40173+
description: A list of possible Firmware protection type for a device. Firmware protection is a set of features that helps to ensure attackers can't get your device to start with untrusted or malicious firmware. Firmware protection type is determined by report sent from Microsoft Azure Attestation service. Only Windows 11 devices will have values "systemGuardSecureLaunch" or "firmwareAttackSurfaceReduction" or "disabled". Windows 10 devices will have value "notApplicable".
40174+
x-ms-enum:
40175+
name: firmwareProtectionType
40176+
modelAsString: false
40177+
values:
40178+
- value: notApplicable
40179+
description: Indicates that the device is not a Windows 11 device.
40180+
name: notApplicable
40181+
- value: systemGuardSecureLaunch
40182+
description: Indicates that System Guard Secure Launch is enabled for Firmware protection.
40183+
name: systemGuardSecureLaunch
40184+
- value: firmwareAttackSurfaceReduction
40185+
description: Indicates that Firmware Attack Surface Reduction is enabled for Firmware protection. This is only applicable to Surface devices.
40186+
name: firmwareAttackSurfaceReduction
40187+
- value: disabled
40188+
description: Indicates that the device has Firmware protection disabled.
40189+
name: disabled
40190+
- value: unknownFutureValue
40191+
description: Evolvable enumeration sentinel value. Do not use.
40192+
name: unknownFutureValue
40193+
microsoft.graph.azureAttestationSettingStatus:
40194+
title: azureAttestationSettingStatus
40195+
enum:
40196+
- notApplicable
40197+
- enabled
40198+
- disabled
40199+
- unknownFutureValue
40200+
type: string
40201+
description: A list of possible Azure Attestation states for a device. Azure Attestation setting status is determined by report sent from Microsoft Azure Attestation service. Only Windows 11 devices will have values "enabled" or "disabled". Windows 10 devices will have value "notApplicable".
40202+
x-ms-enum:
40203+
name: azureAttestationSettingStatus
40204+
modelAsString: false
40205+
values:
40206+
- value: notApplicable
40207+
description: Indicates that the device is not a Windows 11 device.
40208+
name: notApplicable
40209+
- value: enabled
40210+
description: Indicates that the device has the Azure attestation setting enabled.
40211+
name: enabled
40212+
- value: disabled
40213+
description: Indicates that the device has the Azure attestation setting disabled.
40214+
name: disabled
40215+
- value: unknownFutureValue
40216+
description: Evolvable enumeration sentinel value. Do not use.
40217+
name: unknownFutureValue
40218+
microsoft.graph.systemManagementModeLevel:
40219+
title: systemManagementModeLevel
40220+
enum:
40221+
- notApplicable
40222+
- level1
40223+
- level2
40224+
- level3
40225+
- unknownFutureValue
40226+
type: string
40227+
description: 'A list of possible System Management Mode levels for a device. System Management Mode levels is determined by report sent from Microsoft Azure Attestation service. Only specific hardwares support System Management Mode. Windows 11 devices will have values "notApplicable", "level1", "level2" or "level3". Windows 10 devices will have value "notApplicable".'
40228+
x-ms-enum:
40229+
name: systemManagementModeLevel
40230+
modelAsString: false
40231+
values:
40232+
- value: notApplicable
40233+
description: Indicates that the device does not have Firmware protection (System Management Mode) enabled.
40234+
name: notApplicable
40235+
- value: level1
40236+
description: Indicates that deny System Management Mode (SMM) read/write access to OS and Virtualization-based security (VBS) memory. The benefit is that by design System Management Mode (SMM) cannot modify security of or exfiltrate secrets from the OS (including Virtualization-based security).
40237+
name: level1
40238+
- value: level2
40239+
description: 'Indicates that in addition to the System Management Mode (SMM) Level 1 protections, this level prevents System Management Mode (SMM) from tampering with Input-Output Memory Management Unit (IOMMU) config. The benefit is that by design System Management Mode (SMM) cannot disable Virtualization-based security (VBS) and kernel Direct memory access (DMA) protections.'
40240+
name: level2
40241+
- value: level3
40242+
description: 'Indicates that in addition to the System Management Mode (SMM) Level 2 protections, this level reduces System Management Mode (SMM) save state capabilities. The benefit is that by design System Management Mode (SMM) cannot exploit save state to modify security of or exfiltrate secrets from the OS (including Virtualization-based security).'
40243+
name: level3
40244+
- value: unknownFutureValue
40245+
description: Evolvable enumeration sentinel value. Do not use.
40246+
name: unknownFutureValue
4014040247
microsoft.graph.deviceGuardLocalSystemAuthorityCredentialGuardState:
4014140248
title: deviceGuardLocalSystemAuthorityCredentialGuardState
4014240249
enum:
@@ -40795,6 +40902,9 @@ components:
4079540902
- critical
4079640903
type: string
4079740904
description: Computer endpoint protection state
40905+
x-ms-enum-flags:
40906+
isFlags: true
40907+
style: simple
4079840908
x-ms-enum:
4079940909
name: windowsDeviceHealthState
4080040910
modelAsString: false
@@ -40848,6 +40958,9 @@ components:
4084840958
- windowsSModeSignaturesInUseOnNonWin10SInstall
4084940959
type: string
4085040960
description: Product Status of Windows Defender
40961+
x-ms-enum-flags:
40962+
isFlags: true
40963+
style: simple
4085140964
x-ms-enum:
4085240965
name: windowsDefenderProductStatus
4085340966
modelAsString: false
@@ -41242,6 +41355,9 @@ components:
4124241355
- checklistCompletion
4124341356
- unknownFutureValue
4124441357
type: string
41358+
x-ms-enum-flags:
41359+
isFlags: true
41360+
style: simple
4124541361
microsoft.graph.plannerAssignedToTaskBoardTaskFormat:
4124641362
allOf:
4124741363
- $ref: '#/components/schemas/microsoft.graph.plannerDelta'
@@ -42882,6 +42998,9 @@ components:
4288242998
- Update
4288342999
- Delete
4288443000
type: string
43001+
x-ms-enum-flags:
43002+
isFlags: true
43003+
style: simple
4288543004
microsoft.graph.objectMappingMetadataEntry:
4288643005
title: objectMappingMetadataEntry
4288743006
type: object
@@ -44300,6 +44419,9 @@ components:
4430044419
- indirect
4430144420
- unknownFutureValue
4430244421
type: string
44422+
x-ms-enum-flags:
44423+
isFlags: true
44424+
style: simple
4430344425
microsoft.graph.accessReviewNotificationRecipientScope:
4430444426
title: accessReviewNotificationRecipientScope
4430544427
type: object
@@ -45128,6 +45250,9 @@ components:
4512845250
- everyone
4512945251
- unknownFutureValue
4513045252
type: string
45253+
x-ms-enum-flags:
45254+
isFlags: true
45255+
style: simple
4513145256
microsoft.graph.inferenceData:
4513245257
title: inferenceData
4513345258
type: object
@@ -45267,6 +45392,9 @@ components:
4526745392
- personal
4526845393
- unknownFutureValue
4526945394
type: string
45395+
x-ms-enum-flags:
45396+
isFlags: true
45397+
style: simple
4527045398
microsoft.graph.teamsAppAuthorization:
4527145399
title: teamsAppAuthorization
4527245400
type: object
@@ -45324,6 +45452,9 @@ components:
4532445452
- actionUndefined
4532545453
- unknownFutureValue
4532645454
type: string
45455+
x-ms-enum-flags:
45456+
isFlags: true
45457+
style: simple
4532745458
microsoft.graph.chatMessagePolicyViolationDlpActionTypes:
4532845459
title: chatMessagePolicyViolationDlpActionTypes
4532945460
enum:
@@ -45332,6 +45463,9 @@ components:
4533245463
- blockAccess
4533345464
- blockAccessExternal
4533445465
type: string
45466+
x-ms-enum-flags:
45467+
isFlags: true
45468+
style: simple
4533545469
microsoft.graph.chatMessagePolicyViolationPolicyTip:
4533645470
title: chatMessagePolicyViolationPolicyTip
4533745471
type: object
@@ -45359,6 +45493,9 @@ components:
4535945493
- override
4536045494
- reportFalsePositive
4536145495
type: string
45496+
x-ms-enum-flags:
45497+
isFlags: true
45498+
style: simple
4536245499
microsoft.graph.chatMessagePolicyViolationVerdictDetailsTypes:
4536345500
title: chatMessagePolicyViolationVerdictDetailsTypes
4536445501
enum:
@@ -45367,6 +45504,9 @@ components:
4536745504
- allowOverrideWithoutJustification
4536845505
- allowOverrideWithJustification
4536945506
type: string
45507+
x-ms-enum-flags:
45508+
isFlags: true
45509+
style: simple
4537045510
microsoft.graph.chatMessageReactionIdentitySet:
4537145511
allOf:
4537245512
- $ref: '#/components/schemas/microsoft.graph.identitySet'
@@ -45520,6 +45660,9 @@ components:
4552045660
- manager
4552145661
- unknownFutureValue
4552245662
type: string
45663+
x-ms-enum-flags:
45664+
isFlags: true
45665+
style: simple
4552345666
microsoft.graph.timeCardEntry:
4552445667
title: timeCardEntry
4552545668
type: object

openApiDocs/beta/Bookings.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7784,11 +7784,11 @@ paths:
77847784
delete:
77857785
tags:
77867786
- solutions.virtualEventsRoot
7787-
summary: Delete meetingRegistration
7788-
description: Disable and delete the meetingRegistration of an onlineMeeting on behalf of the organizer.
7787+
summary: Delete externalMeetingRegistration
7788+
description: Disable and delete the externalMeetingRegistration of an onlineMeeting.
77897789
externalDocs:
77907790
description: Find more info here
7791-
url: https://learn.microsoft.com/graph/api/meetingregistration-delete?view=graph-rest-1.0
7791+
url: https://learn.microsoft.com/graph/api/externalmeetingregistration-delete?view=graph-rest-1.0
77927792
operationId: solution.virtualEvent.event.session_DeleteRegistration
77937793
parameters:
77947794
- name: virtualEvent-id
@@ -13299,11 +13299,11 @@ paths:
1329913299
delete:
1330013300
tags:
1330113301
- solutions.virtualEventsRoot
13302-
summary: Delete meetingRegistration
13303-
description: Disable and delete the meetingRegistration of an onlineMeeting on behalf of the organizer.
13302+
summary: Delete externalMeetingRegistration
13303+
description: Disable and delete the externalMeetingRegistration of an onlineMeeting.
1330413304
externalDocs:
1330513305
description: Find more info here
13306-
url: https://learn.microsoft.com/graph/api/meetingregistration-delete?view=graph-rest-1.0
13306+
url: https://learn.microsoft.com/graph/api/externalmeetingregistration-delete?view=graph-rest-1.0
1330713307
operationId: solution.virtualEvent.webinar.session_DeleteRegistration
1330813308
parameters:
1330913309
- name: virtualEventWebinar-id
@@ -17253,6 +17253,9 @@ components:
1725317253
- checklistCompletion
1725417254
- unknownFutureValue
1725517255
type: string
17256+
x-ms-enum-flags:
17257+
isFlags: true
17258+
style: simple
1725617259
microsoft.graph.plannerChecklistRequirement:
1725717260
title: plannerChecklistRequirement
1725817261
type: object

0 commit comments

Comments
 (0)