blob: c6aa475873ecb1a7719c5d0c9b65fd50d7034cf7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// 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"`
}
|