mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 19:10:26 +00:00
24 lines
687 B
Go
24 lines
687 B
Go
|
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||
|
|
||
|
package msgraph
|
||
|
|
||
|
// AppRole undocumented
|
||
|
type AppRole struct {
|
||
|
// Object is the base model of AppRole
|
||
|
Object
|
||
|
// AllowedMemberTypes undocumented
|
||
|
AllowedMemberTypes []string `json:"allowedMemberTypes,omitempty"`
|
||
|
// Description undocumented
|
||
|
Description *string `json:"description,omitempty"`
|
||
|
// DisplayName undocumented
|
||
|
DisplayName *string `json:"displayName,omitempty"`
|
||
|
// ID undocumented
|
||
|
ID *UUID `json:"id,omitempty"`
|
||
|
// IsEnabled undocumented
|
||
|
IsEnabled *bool `json:"isEnabled,omitempty"`
|
||
|
// Origin undocumented
|
||
|
Origin *string `json:"origin,omitempty"`
|
||
|
// Value undocumented
|
||
|
Value *string `json:"value,omitempty"`
|
||
|
}
|