rockcarver / frodo-lib

A library to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.
MIT License
9 stars 19 forks source link

Support new IDM schema API for custom relationships and potentially other schema mods #388

Open vscheuber opened 7 months ago

vscheuber commented 7 months ago

Frodo Library should support the new IDM schema API for custom relationships and potentially other schema mods.

vscheuber commented 4 months ago

When to use the new schema API:

On export (NO NEED for new schema API):

On import (NO NEED for new schema API):

When managing (CRUD) individual custom relationship attributes:

Frodo-Lib doesn't support CRUD operations on individual MO properties, today. If that kind of functionality is added, the above should be considered and followed. Removing 2.0.0 label.