summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/SecurityProviderStatusModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/SecurityProviderStatusModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/SecurityProviderStatusModel.go19
1 files changed, 0 insertions, 19 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/SecurityProviderStatusModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/SecurityProviderStatusModel.go
deleted file mode 100644
index 47ee0254..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/SecurityProviderStatusModel.go
+++ /dev/null
@@ -1,19 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// SecurityProviderStatus undocumented
-type SecurityProviderStatus struct {
- // Object is the base model of SecurityProviderStatus
- Object
- // Enabled undocumented
- Enabled *bool `json:"enabled,omitempty"`
- // Endpoint undocumented
- Endpoint *string `json:"endpoint,omitempty"`
- // Provider undocumented
- Provider *string `json:"provider,omitempty"`
- // Region undocumented
- Region *string `json:"region,omitempty"`
- // Vendor undocumented
- Vendor *string `json:"vendor,omitempty"`
-}