// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// ResourcePermission undocumented
type ResourcePermission struct {
	// Object is the base model of ResourcePermission
	Object
	// Type undocumented
	Type *string `json:"type,omitempty"`
	// Value undocumented
	Value *string `json:"value,omitempty"`
}