summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/ObjectIdentityModel.go
blob: ef82a2e0405a98d0103c63bef5465e60c64f691b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// 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"`
}