summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/AppRoleModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/AppRoleModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/AppRoleModel.go23
1 files changed, 23 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/AppRoleModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/AppRoleModel.go
new file mode 100644
index 00000000..7c9cf177
--- /dev/null
+++ b/vendor/github.com/yaegashi/msgraph.go/beta/AppRoleModel.go
@@ -0,0 +1,23 @@
+// Code generated by msgraph-generate.go DO NOT EDIT.
+
+package msgraph
+
+// AppRole undocumented
+type AppRole struct {
+ // Object is the base model of AppRole
+ Object
+ // AllowedMemberTypes undocumented
+ AllowedMemberTypes []string `json:"allowedMemberTypes,omitempty"`
+ // Description undocumented
+ Description *string `json:"description,omitempty"`
+ // DisplayName undocumented
+ DisplayName *string `json:"displayName,omitempty"`
+ // ID undocumented
+ ID *UUID `json:"id,omitempty"`
+ // IsEnabled undocumented
+ IsEnabled *bool `json:"isEnabled,omitempty"`
+ // Origin undocumented
+ Origin *string `json:"origin,omitempty"`
+ // Value undocumented
+ Value *string `json:"value,omitempty"`
+}