blob: c456bd0b2ddf532ea7937fb73a12370beb53874d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
// 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"`
}
|