blob: 73843983bba0a2a22d8a3a2f5fb6420e9c61489e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// EvaluateSensitivityLabelsRequestObject undocumented
type EvaluateSensitivityLabelsRequestObject struct {
// Object is the base model of EvaluateSensitivityLabelsRequestObject
Object
// DiscoveredSensitiveTypes undocumented
DiscoveredSensitiveTypes []DiscoveredSensitiveType `json:"discoveredSensitiveTypes,omitempty"`
// CurrentLabel undocumented
CurrentLabel *CurrentLabel `json:"currentLabel,omitempty"`
}
|