summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ModelEncryption.go
blob: febd23cab6c13ee0125cd9418e1539395279465b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by msgraph.go/gen 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"`
}