mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-29 06:02:01 -08:00
795a8705c3
Documentation on https://github.com/42wim/matterbridge/wiki/MS-Teams-setup
16 lines
519 B
Go
16 lines
519 B
Go
// Code generated by msgraph-generate.go DO NOT EDIT.
|
|
|
|
package msgraph
|
|
|
|
// DlpEvaluatePoliciesRequestObject undocumented
|
|
type DlpEvaluatePoliciesRequestObject struct {
|
|
// Object is the base model of DlpEvaluatePoliciesRequestObject
|
|
Object
|
|
// Target undocumented
|
|
Target *string `json:"target,omitempty"`
|
|
// EvaluationInput undocumented
|
|
EvaluationInput *DlpEvaluationInput `json:"evaluationInput,omitempty"`
|
|
// NotificationInfo undocumented
|
|
NotificationInfo *DlpNotification `json:"notificationInfo,omitempty"`
|
|
}
|