Relationship expressions
The connection between IBM Verify Identity Governance domain objects is given by a relationship.
The owner of an account, for example, is given by the owner relationship. The host service of an account is given by the service relationship. A role of a person is given by the role relationship.
In general: Target Object: relationship: Related Object
For example: Person:role:Role
Here, a person is related to a role through the role relationship. Relationship expressions in filters provide a way to match up domain objects that are based on their relationship to other domain objects.
The connection between IBM Verify Identity Governance domain objects is given by a relationship.
$
) followed by a left curly brace ({
) immediately
followed by a relationship name, a dot (.
) operator,
then an attribute name followed by a right curly brace (}
) to close the expression. For example:(${relationship.attribute}=value)
relationship
is the name of a relationship in IBM Verify Identity Governance and includes: - Parent
- Owner
- Organization
- Supervisor
- Sponsor
- Administrator
- Role
- Account
- Service
attribute
is any attribute
name that is valid for the related object. References to these connections
or links between domain objects are often useful in searches. The
references are useful in matching during authorization (in ACIs) and
in lifecycle management (lifecycle rules) during operation execution.
(${supervisor.cn}=Jen Jenkins)
(${service.erservicename}=SuSE Server)
(${role.errolename}=Brokers)