mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 15:40:30 +00:00
16 lines
667 B
Go
16 lines
667 B
Go
|
// 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
|
||
|
}
|
||
|
|
||
|
// 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
|
||
|
}
|