MdeOnboardingData type
The resource of the configuration or data needed to onboard the machine to MDE
type MdeOnboardingData = Resource & {
onboardingPackageLinux?: Uint8Array
onboardingPackageWindows?: Uint8Array
}
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The resource of the configuration or data needed to onboard the machine to MDE
type MdeOnboardingData = Resource & {
onboardingPackageLinux?: Uint8Array
onboardingPackageWindows?: Uint8Array
}