summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/InformationProtectionPolicyModel.go
blob: 0de7c7b6dc2d29f2fa65dc07df9ea39ae0af52b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// InformationProtectionPolicy undocumented
type InformationProtectionPolicy struct {
	// Entity is the base model of InformationProtectionPolicy
	Entity
	// Labels undocumented
	Labels []InformationProtectionLabel `json:"labels,omitempty"`
}