matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/DlpEvaluatePoliciesRequestObjectModel.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"`
}