mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-24 19:52:03 -08:00
18 lines
521 B
Go
18 lines
521 B
Go
|
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||
|
|
||
|
package msgraph
|
||
|
|
||
|
// PrivilegedRole undocumented
|
||
|
type PrivilegedRole struct {
|
||
|
// Entity is the base model of PrivilegedRole
|
||
|
Entity
|
||
|
// Name undocumented
|
||
|
Name *string `json:"name,omitempty"`
|
||
|
// Settings undocumented
|
||
|
Settings *PrivilegedRoleSettings `json:"settings,omitempty"`
|
||
|
// Assignments undocumented
|
||
|
Assignments []PrivilegedRoleAssignment `json:"assignments,omitempty"`
|
||
|
// Summary undocumented
|
||
|
Summary *PrivilegedRoleSummary `json:"summary,omitempty"`
|
||
|
}
|