blob: 9bbce623f1282caea5f07dc05a401c7d4effe2bb (
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
// DlpEvaluationInput undocumented
type DlpEvaluationInput struct {
// Object is the base model of DlpEvaluationInput
Object
// DiscoveredSensitiveTypes undocumented
DiscoveredSensitiveTypes []DiscoveredSensitiveType `json:"discoveredSensitiveTypes,omitempty"`
// CurrentLabel undocumented
CurrentLabel *CurrentLabel `json:"currentLabel,omitempty"`
// AccessScope undocumented
AccessScope *AccessScope `json:"accessScope,omitempty"`
}
|