summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ModelTenant.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/ModelTenant.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/ModelTenant.go21
1 files changed, 21 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/ModelTenant.go b/vendor/github.com/yaegashi/msgraph.go/beta/ModelTenant.go
new file mode 100644
index 00000000..6aac0c67
--- /dev/null
+++ b/vendor/github.com/yaegashi/msgraph.go/beta/ModelTenant.go
@@ -0,0 +1,21 @@
+// Code generated by msgraph-generate.go DO NOT EDIT.
+
+package msgraph
+
+// TenantSetupInfo undocumented
+type TenantSetupInfo struct {
+ // Entity is the base model of TenantSetupInfo
+ Entity
+ // UserRolesActions undocumented
+ UserRolesActions *string `json:"userRolesActions,omitempty"`
+ // FirstTimeSetup undocumented
+ FirstTimeSetup *bool `json:"firstTimeSetup,omitempty"`
+ // RelevantRolesSettings undocumented
+ RelevantRolesSettings []string `json:"relevantRolesSettings,omitempty"`
+ // SkipSetup undocumented
+ SkipSetup *bool `json:"skipSetup,omitempty"`
+ // SetupStatus undocumented
+ SetupStatus *SetupStatus `json:"setupStatus,omitempty"`
+ // DefaultRolesSettings undocumented
+ DefaultRolesSettings *PrivilegedRoleSettings `json:"defaultRolesSettings,omitempty"`
+}