blob: e5f5b58b962e86fd41fd9d589ceb5d749e8a226b (
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
// UnifiedRolePermission undocumented
type UnifiedRolePermission struct {
// Object is the base model of UnifiedRolePermission
Object
// AllowedResourceActions undocumented
AllowedResourceActions []string `json:"allowedResourceActions,omitempty"`
// Condition undocumented
Condition *string `json:"condition,omitempty"`
}
|