summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/DlpEvaluatePoliciesRequestObjectModel.go
blob: e47f7e514cb4df38ab9cf5b3ad01f02df8b4b3ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// 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"`
}