blob: e258fa4f1277d01c8c8e7240f210b4da00bbb938 (
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
// ResourceAction undocumented
type ResourceAction struct {
// Object is the base model of ResourceAction
Object
// AllowedResourceActions Allowed Actions
AllowedResourceActions []string `json:"allowedResourceActions,omitempty"`
// NotAllowedResourceActions Not Allowed Actions.
NotAllowedResourceActions []string `json:"notAllowedResourceActions,omitempty"`
}
|