summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/ManagementCertificateWithThumbprintModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/ManagementCertificateWithThumbprintModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/ManagementCertificateWithThumbprintModel.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/ManagementCertificateWithThumbprintModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/ManagementCertificateWithThumbprintModel.go
deleted file mode 100644
index c9ff838d..00000000
--- a/vendor/github.com/matterbridge/msgraph.go/beta/ManagementCertificateWithThumbprintModel.go
+++ /dev/null
@@ -1,13 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// ManagementCertificateWithThumbprint undocumented
-type ManagementCertificateWithThumbprint struct {
- // Object is the base model of ManagementCertificateWithThumbprint
- Object
- // Thumbprint The thumbprint of the management certificate
- Thumbprint *string `json:"thumbprint,omitempty"`
- // Certificate The Base 64 encoded management certificate
- Certificate *string `json:"certificate,omitempty"`
-}