forked from jshiffer/matterbridge
12 lines
273 B
Go
12 lines
273 B
Go
// Code generated by msgraph-generate.go DO NOT EDIT.
|
|
|
|
package msgraph
|
|
|
|
// RoleManagement undocumented
|
|
type RoleManagement struct {
|
|
// Entity is the base model of RoleManagement
|
|
Entity
|
|
// Directory undocumented
|
|
Directory *RbacApplication `json:"directory,omitempty"`
|
|
}
|