mirror of
https://github.com/42wim/matterbridge
synced 2024-11-03 15:40:24 +00:00
48 lines
1.4 KiB
Go
48 lines
1.4 KiB
Go
// Code generated by msgraph-generate.go 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"`
|
|
}
|