---
title: create-identity-mapper
description: Creates Identity Mappers.
component: pingds
version: 8.1
page_id: pingds:configref:subcommands-create-identity-mapper
canonical_url: https://docs.pingidentity.com/pingds/8.1/configref/subcommands-create-identity-mapper.html
---

# create-identity-mapper

Creates Identity Mappers.

In addition to the global `dsconfig` options, the `dsconfig create-identity-mapper` subcommand takes the following options:

* `--mapper-name {name}`

  The name of the new Identity Mapper.

* `--set {PROP:VALUE}`

  Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it.

* `-t | --type {type}`

  The type of Identity Mapper which should be created. The value for TYPE can be one of: custom | exact-match | regular-expression.

Properties used in options depend on the type of object to configure.

For details about available properties, see [Identity Mapper](objects-identity-mapper.html).
