blob: a17b558705360475758aaf8ff7ac266e59599cbe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
// Code generated by msgraph.go/gen DO NOT EDIT.
package msgraph
// ResponsiblePolicy undocumented
type ResponsiblePolicy struct {
// Object is the base model of ResponsiblePolicy
Object
// ID undocumented
ID *string `json:"id,omitempty"`
// Name undocumented
Name *string `json:"name,omitempty"`
}
// ResponsibleSensitiveType undocumented
type ResponsibleSensitiveType struct {
// Object is the base model of ResponsibleSensitiveType
Object
// ID undocumented
ID *string `json:"id,omitempty"`
// Name undocumented
Name *string `json:"name,omitempty"`
// Description undocumented
Description *string `json:"description,omitempty"`
// RulePackageID undocumented
RulePackageID *string `json:"rulePackageId,omitempty"`
// RulePackageType undocumented
RulePackageType *string `json:"rulePackageType,omitempty"`
// PublisherName undocumented
PublisherName *string `json:"publisherName,omitempty"`
}
|