MdeOnboardingDataProperties interface

Properties of the MDE configuration or data parameter needed to onboard the machine to MDE

Properties

onboardingPackageLinux

The onboarding package used to onboard Linux machines to MDE, coded in base64. This can also be used for onboarding using the dedicated VM Extension

onboardingPackageWindows

The onboarding package used to onboard Windows machines to MDE, coded in base64. This can also be used for onboarding using the dedicated VM Extension

Property Details

onboardingPackageLinux

The onboarding package used to onboard Linux machines to MDE, coded in base64. This can also be used for onboarding using the dedicated VM Extension

onboardingPackageLinux?: Uint8Array

Property Value

Uint8Array

onboardingPackageWindows

The onboarding package used to onboard Windows machines to MDE, coded in base64. This can also be used for onboarding using the dedicated VM Extension

onboardingPackageWindows?: Uint8Array

Property Value

Uint8Array