Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
143 changes: 143 additions & 0 deletions openApiDocs/beta/Applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29174,6 +29174,9 @@ components:
- Full
- ForceDeletes
type: string
x-ms-enum-flags:
isFlags: true
style: simple
microsoft.graph.synchronizationSecret:
title: synchronizationSecret
enum:
Expand Down Expand Up @@ -29278,6 +29281,9 @@ components:
- ReferenceAttributes
- UnknownFutureValue
type: string
x-ms-enum-flags:
isFlags: true
style: simple
microsoft.graph.objectDefinition:
title: objectDefinition
type: object
Expand Down Expand Up @@ -30228,6 +30234,9 @@ components:
- rsaSha1
- unknownFutureValue
type: string
x-ms-enum-flags:
isFlags: true
style: simple
microsoft.graph.resourceAccess:
title: resourceAccess
type: object
Expand Down Expand Up @@ -33000,6 +33009,8 @@ components:
type: string
description: ELAM provides protection for the computers in your network when they start up
nullable: true
firmwareProtection:
$ref: '#/components/schemas/microsoft.graph.firmwareProtectionType'
healthAttestationSupportedStatus:
type: string
description: This attribute indicates if DHA is supported for the device
Expand All @@ -33017,6 +33028,10 @@ components:
type: string
description: The Timestamp of the last update.
nullable: true
memoryAccessProtection:
$ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus'
memoryIntegrityProtection:
$ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus'
operatingSystemKernelDebugging:
type: string
description: 'When operatingSystemKernelDebugging is enabled, the device is used in development and testing'
Expand Down Expand Up @@ -33053,6 +33068,10 @@ components:
type: string
description: Fingerprint of the Custom Secure Boot Configuration Policy
nullable: true
securedCorePC:
$ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus'
systemManagementMode:
$ref: '#/components/schemas/microsoft.graph.systemManagementModeLevel'
testSigning:
type: string
description: 'When test signing is allowed, the device does not enforce signature validation during boot'
Expand All @@ -33061,6 +33080,8 @@ components:
type: string
description: The security version number of the Boot Application
nullable: true
virtualizationBasedSecurity:
$ref: '#/components/schemas/microsoft.graph.azureAttestationSettingStatus'
virtualSecureMode:
type: string
description: VSM is a container that protects high value assets from a compromised kernel
Expand Down Expand Up @@ -37846,6 +37867,9 @@ components:
- teamwork
- unknownFutureValue
type: string
x-ms-enum-flags:
isFlags: true
style: simple
microsoft.graph.applicationMode:
title: applicationMode
enum:
Expand Down Expand Up @@ -40137,6 +40161,89 @@ components:
- value: communicationError
description: 'The configuration manager agent was able to reach the configuration manager service in the past but is now no longer able to. '
name: communicationError
microsoft.graph.firmwareProtectionType:
title: firmwareProtectionType
enum:
- notApplicable
- systemGuardSecureLaunch
- firmwareAttackSurfaceReduction
- disabled
- unknownFutureValue
type: string
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".
x-ms-enum:
name: firmwareProtectionType
modelAsString: false
values:
- value: notApplicable
description: Indicates that the device is not a Windows 11 device.
name: notApplicable
- value: systemGuardSecureLaunch
description: Indicates that System Guard Secure Launch is enabled for Firmware protection.
name: systemGuardSecureLaunch
- value: firmwareAttackSurfaceReduction
description: Indicates that Firmware Attack Surface Reduction is enabled for Firmware protection. This is only applicable to Surface devices.
name: firmwareAttackSurfaceReduction
- value: disabled
description: Indicates that the device has Firmware protection disabled.
name: disabled
- value: unknownFutureValue
description: Evolvable enumeration sentinel value. Do not use.
name: unknownFutureValue
microsoft.graph.azureAttestationSettingStatus:
title: azureAttestationSettingStatus
enum:
- notApplicable
- enabled
- disabled
- unknownFutureValue
type: string
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".
x-ms-enum:
name: azureAttestationSettingStatus
modelAsString: false
values:
- value: notApplicable
description: Indicates that the device is not a Windows 11 device.
name: notApplicable
- value: enabled
description: Indicates that the device has the Azure attestation setting enabled.
name: enabled
- value: disabled
description: Indicates that the device has the Azure attestation setting disabled.
name: disabled
- value: unknownFutureValue
description: Evolvable enumeration sentinel value. Do not use.
name: unknownFutureValue
microsoft.graph.systemManagementModeLevel:
title: systemManagementModeLevel
enum:
- notApplicable
- level1
- level2
- level3
- unknownFutureValue
type: string
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".'
x-ms-enum:
name: systemManagementModeLevel
modelAsString: false
values:
- value: notApplicable
description: Indicates that the device does not have Firmware protection (System Management Mode) enabled.
name: notApplicable
- value: level1
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).
name: level1
- value: level2
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.'
name: level2
- value: level3
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).'
name: level3
- value: unknownFutureValue
description: Evolvable enumeration sentinel value. Do not use.
name: unknownFutureValue
microsoft.graph.deviceGuardLocalSystemAuthorityCredentialGuardState:
title: deviceGuardLocalSystemAuthorityCredentialGuardState
enum:
Expand Down Expand Up @@ -40795,6 +40902,9 @@ components:
- critical
type: string
description: Computer endpoint protection state
x-ms-enum-flags:
isFlags: true
style: simple
x-ms-enum:
name: windowsDeviceHealthState
modelAsString: false
Expand Down Expand Up @@ -40848,6 +40958,9 @@ components:
- windowsSModeSignaturesInUseOnNonWin10SInstall
type: string
description: Product Status of Windows Defender
x-ms-enum-flags:
isFlags: true
style: simple
x-ms-enum:
name: windowsDefenderProductStatus
modelAsString: false
Expand Down Expand Up @@ -41242,6 +41355,9 @@ components:
- checklistCompletion
- unknownFutureValue
type: string
x-ms-enum-flags:
isFlags: true
style: simple
microsoft.graph.plannerAssignedToTaskBoardTaskFormat:
allOf:
- $ref: '#/components/schemas/microsoft.graph.plannerDelta'
Expand Down Expand Up @@ -42882,6 +42998,9 @@ components:
- Update
- Delete
type: string
x-ms-enum-flags:
isFlags: true
style: simple
microsoft.graph.objectMappingMetadataEntry:
title: objectMappingMetadataEntry
type: object
Expand Down Expand Up @@ -44300,6 +44419,9 @@ components:
- indirect
- unknownFutureValue
type: string
x-ms-enum-flags:
isFlags: true
style: simple
microsoft.graph.accessReviewNotificationRecipientScope:
title: accessReviewNotificationRecipientScope
type: object
Expand Down Expand Up @@ -45128,6 +45250,9 @@ components:
- everyone
- unknownFutureValue
type: string
x-ms-enum-flags:
isFlags: true
style: simple
microsoft.graph.inferenceData:
title: inferenceData
type: object
Expand Down Expand Up @@ -45267,6 +45392,9 @@ components:
- personal
- unknownFutureValue
type: string
x-ms-enum-flags:
isFlags: true
style: simple
microsoft.graph.teamsAppAuthorization:
title: teamsAppAuthorization
type: object
Expand Down Expand Up @@ -45324,6 +45452,9 @@ components:
- actionUndefined
- unknownFutureValue
type: string
x-ms-enum-flags:
isFlags: true
style: simple
microsoft.graph.chatMessagePolicyViolationDlpActionTypes:
title: chatMessagePolicyViolationDlpActionTypes
enum:
Expand All @@ -45332,6 +45463,9 @@ components:
- blockAccess
- blockAccessExternal
type: string
x-ms-enum-flags:
isFlags: true
style: simple
microsoft.graph.chatMessagePolicyViolationPolicyTip:
title: chatMessagePolicyViolationPolicyTip
type: object
Expand Down Expand Up @@ -45359,6 +45493,9 @@ components:
- override
- reportFalsePositive
type: string
x-ms-enum-flags:
isFlags: true
style: simple
microsoft.graph.chatMessagePolicyViolationVerdictDetailsTypes:
title: chatMessagePolicyViolationVerdictDetailsTypes
enum:
Expand All @@ -45367,6 +45504,9 @@ components:
- allowOverrideWithoutJustification
- allowOverrideWithJustification
type: string
x-ms-enum-flags:
isFlags: true
style: simple
microsoft.graph.chatMessageReactionIdentitySet:
allOf:
- $ref: '#/components/schemas/microsoft.graph.identitySet'
Expand Down Expand Up @@ -45520,6 +45660,9 @@ components:
- manager
- unknownFutureValue
type: string
x-ms-enum-flags:
isFlags: true
style: simple
microsoft.graph.timeCardEntry:
title: timeCardEntry
type: object
Expand Down
15 changes: 9 additions & 6 deletions openApiDocs/beta/Bookings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7784,11 +7784,11 @@ paths:
delete:
tags:
- solutions.virtualEventsRoot
summary: Delete meetingRegistration
description: Disable and delete the meetingRegistration of an onlineMeeting on behalf of the organizer.
summary: Delete externalMeetingRegistration
description: Disable and delete the externalMeetingRegistration of an onlineMeeting.
externalDocs:
description: Find more info here
url: https://learn.microsoft.com/graph/api/meetingregistration-delete?view=graph-rest-1.0
url: https://learn.microsoft.com/graph/api/externalmeetingregistration-delete?view=graph-rest-1.0
operationId: solution.virtualEvent.event.session_DeleteRegistration
parameters:
- name: virtualEvent-id
Expand Down Expand Up @@ -13299,11 +13299,11 @@ paths:
delete:
tags:
- solutions.virtualEventsRoot
summary: Delete meetingRegistration
description: Disable and delete the meetingRegistration of an onlineMeeting on behalf of the organizer.
summary: Delete externalMeetingRegistration
description: Disable and delete the externalMeetingRegistration of an onlineMeeting.
externalDocs:
description: Find more info here
url: https://learn.microsoft.com/graph/api/meetingregistration-delete?view=graph-rest-1.0
url: https://learn.microsoft.com/graph/api/externalmeetingregistration-delete?view=graph-rest-1.0
operationId: solution.virtualEvent.webinar.session_DeleteRegistration
parameters:
- name: virtualEventWebinar-id
Expand Down Expand Up @@ -17253,6 +17253,9 @@ components:
- checklistCompletion
- unknownFutureValue
type: string
x-ms-enum-flags:
isFlags: true
style: simple
microsoft.graph.plannerChecklistRequirement:
title: plannerChecklistRequirement
type: object
Expand Down
Loading