blob: 129cbdc1c4cef5bd98a551ed408134d8980de78f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// ChatMessagePolicyViolation undocumented
type ChatMessagePolicyViolation struct {
// Object is the base model of ChatMessagePolicyViolation
Object
// DlpAction undocumented
DlpAction *ChatMessagePolicyViolationDlpActionTypes `json:"dlpAction,omitempty"`
// JustificationText undocumented
JustificationText *string `json:"justificationText,omitempty"`
// PolicyTip undocumented
PolicyTip *ChatMessagePolicyViolationPolicyTip `json:"policyTip,omitempty"`
// UserAction undocumented
UserAction *ChatMessagePolicyViolationUserActionTypes `json:"userAction,omitempty"`
// VerdictDetails undocumented
VerdictDetails *ChatMessagePolicyViolationVerdictDetailsTypes `json:"verdictDetails,omitempty"`
}
|