summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ModelResponsible.go
blob: 3945510b3c90129dcd9a7bf30d4bcd9c903e3411 (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-generate.go 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"`
}