5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-01-20 05:03:16 +00:00

16 lines
662 B
Go
Raw Normal View History

2020-09-04 23:29:13 +02:00
// Code generated by msgraph.go/gen DO NOT EDIT.
package msgraph
// MDMWindowsInformationProtectionPolicy Policy for Windows information protection with MDM
type MDMWindowsInformationProtectionPolicy struct {
// WindowsInformationProtection is the base model of MDMWindowsInformationProtectionPolicy
WindowsInformationProtection
}
// MDMWindowsInformationProtectionPolicyPolicySetItem A class containing the properties used for mdm windows information protection policy PolicySetItem.
type MDMWindowsInformationProtectionPolicyPolicySetItem struct {
// PolicySetItem is the base model of MDMWindowsInformationProtectionPolicyPolicySetItem
PolicySetItem
}