blob: f4eeb2aee09398d232f9cc080045f520c26ed700 (
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
// InformationProtection undocumented
type InformationProtection struct {
// Entity is the base model of InformationProtection
Entity
// Policy undocumented
Policy *InformationProtectionPolicy `json:"policy,omitempty"`
// SensitivityLabels undocumented
SensitivityLabels []SensitivityLabel `json:"sensitivityLabels,omitempty"`
// SensitivityPolicySettings undocumented
SensitivityPolicySettings *SensitivityPolicySettings `json:"sensitivityPolicySettings,omitempty"`
// DataLossPreventionPolicies undocumented
DataLossPreventionPolicies []DataLossPreventionPolicy `json:"dataLossPreventionPolicies,omitempty"`
// ThreatAssessmentRequests undocumented
ThreatAssessmentRequests []ThreatAssessmentRequestObject `json:"threatAssessmentRequests,omitempty"`
}
|