summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/CertificateDestinationStoreEnum.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/CertificateDestinationStoreEnum.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/CertificateDestinationStoreEnum.go33
1 files changed, 0 insertions, 33 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/CertificateDestinationStoreEnum.go b/vendor/github.com/matterbridge/msgraph.go/beta/CertificateDestinationStoreEnum.go
deleted file mode 100644
index baa56c9e..00000000
--- a/vendor/github.com/matterbridge/msgraph.go/beta/CertificateDestinationStoreEnum.go
+++ /dev/null
@@ -1,33 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// CertificateDestinationStore undocumented
-type CertificateDestinationStore int
-
-const (
- // CertificateDestinationStoreVComputerCertStoreRoot undocumented
- CertificateDestinationStoreVComputerCertStoreRoot CertificateDestinationStore = 0
- // CertificateDestinationStoreVComputerCertStoreIntermediate undocumented
- CertificateDestinationStoreVComputerCertStoreIntermediate CertificateDestinationStore = 1
- // CertificateDestinationStoreVUserCertStoreIntermediate undocumented
- CertificateDestinationStoreVUserCertStoreIntermediate CertificateDestinationStore = 2
-)
-
-// CertificateDestinationStorePComputerCertStoreRoot returns a pointer to CertificateDestinationStoreVComputerCertStoreRoot
-func CertificateDestinationStorePComputerCertStoreRoot() *CertificateDestinationStore {
- v := CertificateDestinationStoreVComputerCertStoreRoot
- return &v
-}
-
-// CertificateDestinationStorePComputerCertStoreIntermediate returns a pointer to CertificateDestinationStoreVComputerCertStoreIntermediate
-func CertificateDestinationStorePComputerCertStoreIntermediate() *CertificateDestinationStore {
- v := CertificateDestinationStoreVComputerCertStoreIntermediate
- return &v
-}
-
-// CertificateDestinationStorePUserCertStoreIntermediate returns a pointer to CertificateDestinationStoreVUserCertStoreIntermediate
-func CertificateDestinationStorePUserCertStoreIntermediate() *CertificateDestinationStore {
- v := CertificateDestinationStoreVUserCertStoreIntermediate
- return &v
-}