---
title: create-extended-operation-handler
description: Creates Extended Operation Handlers.
component: pingds
version: 8.1
page_id: pingds:configref:subcommands-create-extended-operation-handler
canonical_url: https://docs.pingidentity.com/pingds/8.1/configref/subcommands-create-extended-operation-handler.html
---

# create-extended-operation-handler

Creates Extended Operation Handlers.

In addition to the global `dsconfig` options, the `dsconfig create-extended-operation-handler` subcommand takes the following options:

* `--handler-name {name}`

  The name of the new Extended Operation Handler.

* `--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 Extended Operation Handler which should be created. The value for TYPE can be one of: cancel | custom | get-connection-id | get-symmetric-key | password-modify | password-policy-state | start-tls | who-am-i.

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

For details about available properties, see [Extended Operation Handler](objects-extended-operation-handler.html).
