summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/SecureScoreModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/SecureScoreModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/SecureScoreModel.go31
1 files changed, 0 insertions, 31 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/SecureScoreModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/SecureScoreModel.go
deleted file mode 100644
index 675a3a00..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/SecureScoreModel.go
+++ /dev/null
@@ -1,31 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-import "time"
-
-// SecureScore undocumented
-type SecureScore struct {
- // Entity is the base model of SecureScore
- Entity
- // ActiveUserCount undocumented
- ActiveUserCount *int `json:"activeUserCount,omitempty"`
- // AverageComparativeScores undocumented
- AverageComparativeScores []AverageComparativeScore `json:"averageComparativeScores,omitempty"`
- // AzureTenantID undocumented
- AzureTenantID *string `json:"azureTenantId,omitempty"`
- // ControlScores undocumented
- ControlScores []ControlScore `json:"controlScores,omitempty"`
- // CreatedDateTime undocumented
- CreatedDateTime *time.Time `json:"createdDateTime,omitempty"`
- // CurrentScore undocumented
- CurrentScore *float64 `json:"currentScore,omitempty"`
- // EnabledServices undocumented
- EnabledServices []string `json:"enabledServices,omitempty"`
- // LicensedUserCount undocumented
- LicensedUserCount *int `json:"licensedUserCount,omitempty"`
- // MaxScore undocumented
- MaxScore *float64 `json:"maxScore,omitempty"`
- // VendorInformation undocumented
- VendorInformation *SecurityVendorInformation `json:"vendorInformation,omitempty"`
-}