Patch Managed Object Definition
patchManagedObjectDefinitionModify managed object type definitions in PingOne Advanced Identity Cloud using ForgeRock PATCH operations on field paths like /schema/properties. Does not support relationship properties.
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. |