diff options
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/RolePermissionModel.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/RolePermissionModel.go | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/RolePermissionModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/RolePermissionModel.go deleted file mode 100644 index c6aa4758..00000000 --- a/vendor/github.com/matterbridge/msgraph.go/beta/RolePermissionModel.go +++ /dev/null @@ -1,13 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -// RolePermission undocumented -type RolePermission struct { - // Object is the base model of RolePermission - Object - // Actions Allowed Actions - Deprecated - Actions []string `json:"actions,omitempty"` - // ResourceActions Resource Actions each containing a set of allowed and not allowed permissions. - ResourceActions []ResourceAction `json:"resourceActions,omitempty"` -} |