Create Managed Object Definition
createManagedObjectDefinitionDefine new managed object types in PingOne Advanced Identity Cloud by appending to the managed configuration. Ensure correct structure by first retrieving an existing schema with getManagedObjectSchema.
Instructions
Create a new managed object type definition in PingOne AIC by appending to the managed config. IMPORTANT: Call getManagedObjectSchema with includeFullDefinition=true on an existing object first to understand the expected definition structure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objectName | Yes | Name for the new managed object type (e.g., "alpha_device", "custom_application"). Must contain only a-z, A-Z, 0-9, and underscore characters. | |
| objectDefinition | Yes | The object definition containing at minimum a schema with properties. Call getManagedObjectSchema with includeFullDefinition=true on an existing object to see the expected structure. |