Create Managed Object Definition
createManagedObjectDefinitionDefine new managed object types in PingOne AIC by appending a definition with required schema properties. Refer to an existing object's full definition for structure guidance.
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. |