summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/EncryptionReportPolicyDetailsModel.go
blob: 64c7282a06f1dee2a863e19897f08f674a983dff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// EncryptionReportPolicyDetails undocumented
type EncryptionReportPolicyDetails struct {
	// Object is the base model of EncryptionReportPolicyDetails
	Object
	// PolicyID Policy Id for Encryption Report
	PolicyID *string `json:"policyId,omitempty"`
	// PolicyName Policy Name for Encryption Report
	PolicyName *string `json:"policyName,omitempty"`
}