mirror of
https://github.com/zitadel/zitadel
synced 2024-11-23 19:19:19 +00:00
9d4f296c62
* fix: rename iam command side to instance * fix: rename iam command side to instance * fix: rename iam command side to instance * fix: rename iam command side to instance * fix: rename orgiampolicy to domain policy * fix: merge conflicts * fix: protos * fix: md files * implement deprecated org iam policy again Co-authored-by: Livio Amstutz <livio.a@gmail.com>
13 lines
190 B
Go
13 lines
190 B
Go
package domain
|
|
|
|
import (
|
|
"github.com/caos/zitadel/internal/eventstore/v1/models"
|
|
)
|
|
|
|
type DomainPolicy struct {
|
|
models.ObjectRoot
|
|
|
|
UserLoginMustBeDomain bool
|
|
Default bool
|
|
}
|