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

package msgraph

// IdentityContainer undocumented
type IdentityContainer struct {
	// Entity is the base model of IdentityContainer
	Entity
	// UserFlows undocumented
	UserFlows []IdentityUserFlow `json:"userFlows,omitempty"`
}