Example: Creating filter conditions for persons and accounts
This report shows accounts associated with persons defined to IBM Verify Identity Governance.
Assume that you specified the following entities,
attributes,
and filters in the console to create the report template:
- Report column: Person.FullName, Account.AccountStatus
- Filters: None
This report returns the Cartesian
product of the Person
and Account table entries. To yield the correct result, the JOIN condition
that specifies the relationship between the Person and Account tables
is:
Account.owner = Person.DN