summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ModelObject.go
blob: 23ba1eb426900e363522b14b970dd3ff06bb5a5f (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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
// Code generated by msgraph.go/gen DO NOT EDIT.

package msgraph

// ObjectDefinition undocumented
type ObjectDefinition struct {
	// Object is the base model of ObjectDefinition
	Object
	// Attributes undocumented
	Attributes []AttributeDefinition `json:"attributes,omitempty"`
	// Metadata undocumented
	Metadata []MetadataEntry `json:"metadata,omitempty"`
	// Name undocumented
	Name *string `json:"name,omitempty"`
	// SupportedApis undocumented
	SupportedApis []string `json:"supportedApis,omitempty"`
}

// ObjectIdentity undocumented
type ObjectIdentity struct {
	// Object is the base model of ObjectIdentity
	Object
	// SignInType undocumented
	SignInType *string `json:"signInType,omitempty"`
	// Issuer undocumented
	Issuer *string `json:"issuer,omitempty"`
	// IssuerAssignedID undocumented
	IssuerAssignedID *string `json:"issuerAssignedId,omitempty"`
}

// ObjectMapping undocumented
type ObjectMapping struct {
	// Object is the base model of ObjectMapping
	Object
	// AttributeMappings undocumented
	AttributeMappings []AttributeMapping `json:"attributeMappings,omitempty"`
	// Enabled undocumented
	Enabled *bool `json:"enabled,omitempty"`
	// FlowTypes undocumented
	FlowTypes *ObjectFlowTypes `json:"flowTypes,omitempty"`
	// Metadata undocumented
	Metadata []MetadataEntry `json:"metadata,omitempty"`
	// Name undocumented
	Name *string `json:"name,omitempty"`
	// Scope undocumented
	Scope *Filter `json:"scope,omitempty"`
	// SourceObjectName undocumented
	SourceObjectName *string `json:"sourceObjectName,omitempty"`
	// TargetObjectName undocumented
	TargetObjectName *string `json:"targetObjectName,omitempty"`
}