// Code generated by msgraph.go/gen DO NOT EDIT.

package msgraph

// SensitiveContentEvidence undocumented
type SensitiveContentEvidence struct {
	// Object is the base model of SensitiveContentEvidence
	Object
	// Match undocumented
	Match *string `json:"match,omitempty"`
	// Offset undocumented
	Offset *int `json:"offset,omitempty"`
	// Length undocumented
	Length *int `json:"length,omitempty"`
}

// SensitiveContentLocation undocumented
type SensitiveContentLocation struct {
	// Object is the base model of SensitiveContentLocation
	Object
	// IDMatch undocumented
	IDMatch *string `json:"idMatch,omitempty"`
	// Offset undocumented
	Offset *int `json:"offset,omitempty"`
	// Length undocumented
	Length *int `json:"length,omitempty"`
	// Evidences undocumented
	Evidences []SensitiveContentEvidence `json:"evidences,omitempty"`
}

// SensitiveType undocumented
type SensitiveType struct {
	// Entity is the base model of SensitiveType
	Entity
	// Name undocumented
	Name *string `json:"name,omitempty"`
	// Description undocumented
	Description *string `json:"description,omitempty"`
	// RulePackageID undocumented
	RulePackageID *string `json:"rulePackageId,omitempty"`
	// RulePackageType undocumented
	RulePackageType *string `json:"rulePackageType,omitempty"`
	// PublisherName undocumented
	PublisherName *string `json:"publisherName,omitempty"`
	// State undocumented
	State *string `json:"state,omitempty"`
}