mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 15:40:30 +00:00
20 lines
575 B
Go
20 lines
575 B
Go
|
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||
|
|
||
|
package msgraph
|
||
|
|
||
|
// ResourceSpecificPermission undocumented
|
||
|
type ResourceSpecificPermission struct {
|
||
|
// Object is the base model of ResourceSpecificPermission
|
||
|
Object
|
||
|
// 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"`
|
||
|
// Value undocumented
|
||
|
Value *string `json:"value,omitempty"`
|
||
|
}
|