The POST /environments/{{envID}}/propagation/stores operation adds a new identity store to the specified environment.

Prerequisites

See Propagation store base data model and Propagation store PingOne configuration data model for full property descriptions.

Property Type Required?
configuration.CLIENT_ID String Optional
configuration.CLIENT_SECRET String Optional
configuration.CREATE_USERS_PROV_OPT (Deprecated) Boolean Optional
configuration.CREATE_USERS Boolean Optional
configuration.DEFAULT_AUTH_METHOD String Optional
configuration.DISABLE_USERS Boolean Optional
configuration.ENVIRONMENT_ID Sring Required
configuration.MFA_USER_DEVICE_MANAGEMENT String Optional
configuration.PROVISION_DISABLED_USERS_PROV_OPT Boolean Optional
configuration.REGION String Required
configuration.REMOVE_ACTION String Optional
configuration.REMOVE_USERS_PROV_OPT (Deprecated) Boolean Optional
configuration.UPDATE_USERS_PROV_OPT (Deprecated) Boolean Optional
configuration.UPDATE_USERS Boolean Optional
description String Optional
image.href String Optional
managed Boolean Optional
name String Required
status String Optional
type String Required

This operation sends and returns the connection properties for an identity store with "type":"PingOne". For information on the available and required keys in the configuration object of the request body, review connectionProfiles[].connectionAttributes[] and attributeMetadata.capabilities[] in the response to POST Identity Propagation Store Metadata (PingOne).