github.com/yaegashi/msgraph.go@v0.1.4/beta/ModelEncryption.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // EncryptionReportPolicyDetails undocumented
     6  type EncryptionReportPolicyDetails struct {
     7  	// Object is the base model of EncryptionReportPolicyDetails
     8  	Object
     9  	// PolicyID Policy Id for Encryption Report
    10  	PolicyID *string `json:"policyId,omitempty"`
    11  	// PolicyName Policy Name for Encryption Report
    12  	PolicyName *string `json:"policyName,omitempty"`
    13  }