blob: 01135c32bdcc0713c649664cd49314576451a031 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// AttributeMapping undocumented
type AttributeMapping struct {
// Object is the base model of AttributeMapping
Object
// DefaultValue undocumented
DefaultValue *string `json:"defaultValue,omitempty"`
// ExportMissingReferences undocumented
ExportMissingReferences *bool `json:"exportMissingReferences,omitempty"`
// FlowBehavior undocumented
FlowBehavior *AttributeFlowBehavior `json:"flowBehavior,omitempty"`
// FlowType undocumented
FlowType *AttributeFlowType `json:"flowType,omitempty"`
// MatchingPriority undocumented
MatchingPriority *int `json:"matchingPriority,omitempty"`
// Source undocumented
Source *AttributeMappingSource `json:"source,omitempty"`
// TargetAttributeName undocumented
TargetAttributeName *string `json:"targetAttributeName,omitempty"`
}
|