Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for object references (BASE-90) #167

Merged
merged 2 commits into from
Sep 24, 2024

Conversation

mederly
Copy link
Contributor

@mederly mederly commented Sep 23, 2024

Adds a support for references (associations) between connector objects.
Useful for modeling e.g. LDAP or Active Directory group membership,
rich access rights, or complex relationships between objects.

A new attribute type, ConnectorObjectReference, was created to support
references (associations) between objects. It holds either
ConnectorObject or ConnectorObjectIdentification. The latter is used
when only the object identifier(s) are available at the moment.
The star imports are now gone, as requested by Francesco.
@ilgrosso ilgrosso merged commit 81fd503 into Tirasa:master Sep 24, 2024
1 check passed
@mederly mederly deleted the feature/object-references branch September 24, 2024 07:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants