blob: 040688457525b698bd27d8f751a87a1b5a90d48a (
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
// DiscoveredSensitiveType undocumented
type DiscoveredSensitiveType struct {
// Object is the base model of DiscoveredSensitiveType
Object
// ID undocumented
ID *UUID `json:"id,omitempty"`
// Count undocumented
Count *int `json:"count,omitempty"`
// Confidence undocumented
Confidence *int `json:"confidence,omitempty"`
}
|