blob: ba7e213f187b2dd2d93325f04997a51f20f86b8f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// MdmWindowsInformationProtectionPolicy Policy for Windows information protection with MDM
type MdmWindowsInformationProtectionPolicy struct {
// WindowsInformationProtection is the base model of MdmWindowsInformationProtectionPolicy
WindowsInformationProtection
}
|