summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/ExtensionPropertyModel.go
blob: 749b46343476970d64454580a88353a1413f5091 (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

// ExtensionProperty undocumented
type ExtensionProperty struct {
	// DirectoryObject is the base model of ExtensionProperty
	DirectoryObject
	// AppDisplayName undocumented
	AppDisplayName *string `json:"appDisplayName,omitempty"`
	// Name undocumented
	Name *string `json:"name,omitempty"`
	// DataType undocumented
	DataType *string `json:"dataType,omitempty"`
	// IsSyncedFromOnPremises undocumented
	IsSyncedFromOnPremises *bool `json:"isSyncedFromOnPremises,omitempty"`
	// TargetObjects undocumented
	TargetObjects []string `json:"targetObjects,omitempty"`
}