blob: 9924976b395a55aa511de794de9abc7b0f1fc27f (
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
// ComplianceInformation undocumented
type ComplianceInformation struct {
// Object is the base model of ComplianceInformation
Object
// CertificationControls undocumented
CertificationControls []CertificationControl `json:"certificationControls,omitempty"`
// CertificationName undocumented
CertificationName *string `json:"certificationName,omitempty"`
}
|