Dynamically adding a new default parent to a realm
Use this procedure to dynamically add a new default parent to a realm.
About this task
Note: When this dynamic call is made, only the configuration in memory
is updated. The configuration file is not updated.
- Event Type
- DYNA_CONFIG_EVENT_ADD_DEFAULT_PARENT_TO_REALM
- Configuration Data
- DYNA_CONFIG_KEY_DEFAULT_PARENT (required) - [String]
- Specifies the unique name of the default parent.
- DYNA_CONFIG_KEY_ENTITY_TYPE (required) - [String]
- Specifies the qualified name of the entity type to which you want to add the default parent.
- DYNA_CONFIG_KEY_REALM_NAME (required) - [String]
- Specifies the name of the realm.
This task example assumes that the realm does not have a default parent for the entity type PersonAccount.