Patch Managed Object Definition
patchManagedObjectDefinitionUpdate managed object type definitions in PingOne AIC using ForgeRock PATCH operations on field paths. Excludes relationship properties—use a separate tool.
Instructions
Modify an existing managed object type definition in PingOne AIC using ForgeRock PATCH operations. Operations use field paths relative to the object (e.g., /schema/properties/email). IMPORTANT: Cannot modify relationship properties — use patchManagedObjectRelationship for those.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objectName | Yes | Name of the managed object type to modify (e.g., "alpha_user", "custom_application"). Must contain only a-z, A-Z, 0-9, and underscore characters. | |
| operations | Yes | Array of ForgeRock PATCH operations to apply. Each operation has operation (add/remove/replace), field (path relative to the object, e.g., /schema/properties/email), and optional value. |