mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-14 20:08:02 +00:00
12 lines
198 B
Go
12 lines
198 B
Go
|
package domain
|
||
|
|
||
|
import es_models "github.com/caos/zitadel/internal/eventstore/models"
|
||
|
|
||
|
type ExternalIDP struct {
|
||
|
es_models.ObjectRoot
|
||
|
|
||
|
IDPConfigID string
|
||
|
UserID string
|
||
|
DisplayName string
|
||
|
}
|