github.com/yaegashi/msgraph.go@v0.1.4/v1.0/ModelCompliance.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // ComplianceInformation undocumented
     6  type ComplianceInformation struct {
     7  	// Object is the base model of ComplianceInformation
     8  	Object
     9  	// CertificationControls undocumented
    10  	CertificationControls []CertificationControl `json:"certificationControls,omitempty"`
    11  	// CertificationName undocumented
    12  	CertificationName *string `json:"certificationName,omitempty"`
    13  }