summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/ComplianceInformationModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/ComplianceInformationModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/ComplianceInformationModel.go13
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/ComplianceInformationModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/ComplianceInformationModel.go
new file mode 100644
index 00000000..9924976b
--- /dev/null
+++ b/vendor/github.com/matterbridge/msgraph.go/beta/ComplianceInformationModel.go
@@ -0,0 +1,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"`
+}