// Code generated by msgraph.go/gen 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"`
}