Implement identity canon alignment
This commit is contained in:
parent
fe446711de
commit
c6d211f472
15 changed files with 1008 additions and 21 deletions
|
|
@ -11,6 +11,8 @@ from user_engine.domain.models import (
|
|||
AuthorizationDecision,
|
||||
AuthorizationEffect,
|
||||
AuthorizationRequest,
|
||||
CanonEntityReference,
|
||||
CanonRelationshipReference,
|
||||
Catalog,
|
||||
CatalogLifecycle,
|
||||
ExternalIdentity,
|
||||
|
|
@ -41,6 +43,8 @@ __all__ = [
|
|||
"AuthorizationDecision",
|
||||
"AuthorizationEffect",
|
||||
"AuthorizationRequest",
|
||||
"CanonEntityReference",
|
||||
"CanonRelationshipReference",
|
||||
"Catalog",
|
||||
"CatalogLifecycle",
|
||||
"ExternalIdentity",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue