summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/EvaluateLabelJobResultModel.go
blob: cf3e541160e29794a277ef626a68c7fc702549ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// EvaluateLabelJobResult undocumented
type EvaluateLabelJobResult struct {
	// Object is the base model of EvaluateLabelJobResult
	Object
	// SensitivityLabel undocumented
	SensitivityLabel *MatchingLabel `json:"sensitivityLabel,omitempty"`
	// ResponsibleSensitiveTypes undocumented
	ResponsibleSensitiveTypes []ResponsibleSensitiveType `json:"responsibleSensitiveTypes,omitempty"`
	// ResponsiblePolicy undocumented
	ResponsiblePolicy *ResponsiblePolicy `json:"responsiblePolicy,omitempty"`
}