summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/IdentityGovernanceModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/IdentityGovernanceModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/IdentityGovernanceModel.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/IdentityGovernanceModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/IdentityGovernanceModel.go
deleted file mode 100644
index d6d0ef2d..00000000
--- a/vendor/github.com/matterbridge/msgraph.go/beta/IdentityGovernanceModel.go
+++ /dev/null
@@ -1,11 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// IdentityGovernance undocumented
-type IdentityGovernance struct {
- // Entity is the base model of IdentityGovernance
- Entity
- // EntitlementManagement undocumented
- EntitlementManagement *EntitlementManagement `json:"entitlementManagement,omitempty"`
-}