mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 12:10:26 +00:00
22 lines
734 B
Go
22 lines
734 B
Go
|
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||
|
|
||
|
package msgraph
|
||
|
|
||
|
// AdministrativeUnit undocumented
|
||
|
type AdministrativeUnit struct {
|
||
|
// DirectoryObject is the base model of AdministrativeUnit
|
||
|
DirectoryObject
|
||
|
// DisplayName undocumented
|
||
|
DisplayName *string `json:"displayName,omitempty"`
|
||
|
// Description undocumented
|
||
|
Description *string `json:"description,omitempty"`
|
||
|
// Visibility undocumented
|
||
|
Visibility *string `json:"visibility,omitempty"`
|
||
|
// Members undocumented
|
||
|
Members []DirectoryObject `json:"members,omitempty"`
|
||
|
// ScopedRoleMembers undocumented
|
||
|
ScopedRoleMembers []ScopedRoleMembership `json:"scopedRoleMembers,omitempty"`
|
||
|
// Extensions undocumented
|
||
|
Extensions []Extension `json:"extensions,omitempty"`
|
||
|
}
|