View and edit the Data Sync Server configuration.
This utility offers three primary modes of operation, the interactive mode, the non-interactive mode and batch mode. The interactive mode supports viewing and editing the configuration via an intuitive, menu driven environment. Running dsconfig in interactive command-line mode provides a user-friendly, menu-driven interface for accessing and configuring the server. To start dsconfig in interactive command-line mode, simply invoke the dsconfig shell script or batch file without any arguments.
The dsconfig non-interactive command-line mode provides a simple way to make arbitrary changes to the Ping Identity Data Sync Server by invoking it on the command-line. If you want to use administrative scripts to automate the configuration process, then run the dsconfig command in non-interactive mode.
The dsconfig tool provides a batching mechanism that reads multiple dsconfig invocations from a file and executes them sequentially. The batch file provides advantages over standard scripting in that it minimizes LDAP connections and JVM invocations that normally occur with each dsconfig call. You can view the logs/config-audit.log file to review the configuration changes made to the Ping Identity Data Sync Server and use them in the batch file.
Start dsconfig in interactive mode:
dsconfig
Use non-interactive mode to change the amount memory used for caching database contents and to specify common parent DNs that should be compacted in the underlying database:
dsconfig --no-prompt --bindDN uid=admin,dc=example,dc=com \ --bindPassword password set-backend-prop --backend-name userRoot \ --set db-cache-percent:40 \ --add compact-common-parent-dn:ou=accts,dc=example,dc=com \ --add compact-common-parent-dn:ou=subs,dc=example,dc=com
Use batch mode to read and execute a series of commands in a batch file:
dsconfig --bindDN uid=admin,dc=example,dc=com --bindPassword password \ --no-prompt --batch-file /path/to/config-batch.txt
List information about all available configuration properties for all objects, including inherited properties:
dsconfig list-properties --offline --inheritedFor examples and help with LDAP options see LDAP Option Help. For help with SASL authentication, see SASL Option Help
Create Access Token Validators
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--validator-name {name}
Description | The name of the new Access Token Validator |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Access Token Validator to create. The type value can be one of the following: jwt | mock | ping-federate | third-party |
Required | No |
Multi-Valued | No |
Create Alert Handlers
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--handler-name {name}
Description | The name of the new Alert Handler |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Alert Handler to create. The type value can be one of the following: custom | error-log | exec | groovy-scripted | jmx | smtp | snmp | snmp-sub-agent | third-party | twilio |
Required | No |
Multi-Valued | No |
Create Attribute Maps
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--map-name {name}
Description | The name of the new Attribute Map |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Create Attribute Mappings
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--map-name {name}
Description | The name of the Attribute Map |
Required | No |
Multi-Valued | No |
--mapping-name {destinationAttribute}
Description | The name of the new Attribute Mapping which will also be used as the value of the 'to-attribute' property. Specifies the name of the attribute whose values are constructed by this attribute mapping. |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Attribute Mapping to create. The type value can be one of the following: constructed | direct | dn | json |
Required | No |
Multi-Valued | No |
Create Azure Authentication Methods
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--method-name {name}
Description | The name of the new Azure Authentication Method |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Azure Authentication Method to create. The type value can be one of the following: client-secret | default | username-password |
Required | No |
Multi-Valued | No |
Create Backends
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--backend-name {STRING}
Description | The name of the new Backend which will also be used as the value of the 'backend-id' property. Specifies a name to identify the associated backend. |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Backend to create. The type value can be one of the following: custom |
Required | No |
Multi-Valued | No |
Create Certificate Mappers
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--mapper-name {name}
Description | The name of the new Certificate Mapper |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Certificate Mapper to create. The type value can be one of the following: fingerprint | groovy-scripted | subject-attribute-to-user-attribute | subject-dn-to-user-attribute | subject-equals-dn | third-party |
Required | No |
Multi-Valued | No |
Create Change Detectors
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--detector-name {name}
Description | The name of the new Change Detector |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Change Detector to create. The type value can be one of the following: third-party |
Required | No |
Multi-Valued | No |
Create Cipher Stream Providers
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--provider-name {name}
Description | The name of the new Cipher Stream Provider |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Cipher Stream Provider to create. The type value can be one of the following: amazon-key-management-service | amazon-secrets-manager | azure-key-vault | conjur | file-based | pkcs11 | third-party | vault | wait-for-passphrase |
Required | No |
Multi-Valued | No |
Create Conjur Authentication Methods
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--method-name {name}
Description | The name of the new Conjur Authentication Method |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Conjur Authentication Method to create. The type value can be one of the following: api-key |
Required | No |
Multi-Valued | No |
Create Connection Handlers
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--handler-name {name}
Description | The name of the new Connection Handler |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Connection Handler to create. The type value can be one of the following: http | jmx | ldap | ldif |
Required | No |
Multi-Valued | No |
Create Custom Logged Stats
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--plugin-name {name}
Description | The name of the Periodic Stats Logger Plugin |
Required | No |
Multi-Valued | No |
--stats-name {name}
Description | The name of the new Custom Logged Stats |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Custom Logged Stats to create. The type value can be one of the following: custom |
Required | No |
Multi-Valued | No |
Create Debug Targets
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--publisher-name {name}
Description | The name of the Debug Log Publisher |
Required | No |
Multi-Valued | No |
--target-name {STRING_NAME}
Description | The name of the new Debug Target which will also be used as the value of the 'debug-scope' property. Specifies the fully-qualified Java package, class, or method affected by the settings in this target definition. Use the number character (#) to separate the class name and the method name (that is, com.unboundid.directory.server.core.DirectoryServer#startUp). |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Create DN Maps
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--map-name {name}
Description | The name of the new DN Map |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Create External Servers
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--server-name {name}
Description | The name of the new External Server |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of External Server to create. The type value can be one of the following: active-directory | amazon-aws | conjur | http | http-proxy | jdbc | kafka-cluster | ldap | nokia-ds | nokia-proxy-server | opendj | oracle-unified-directory | ping-identity-ds | ping-identity-proxy-server | ping-one-http | red-hat-ds | scim | scim2 | smtp | sun-ds | sync-server | syslog | vault |
Required | No |
Multi-Valued | No |
Create Failure Lockout Actions
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--action-name {name}
Description | The name of the new Failure Lockout Action |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Failure Lockout Action to create. The type value can be one of the following: delay-bind-response | lock-account | no-operation |
Required | No |
Multi-Valued | No |
Create Gauges
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--gauge-name {name}
Description | The name of the new Gauge |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Gauge to create. The type value can be one of the following: indicator | numeric |
Required | No |
Multi-Valued | No |
Create Gauge Data Sources
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--source-name {name}
Description | The name of the new Gauge Data Source |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Gauge Data Source to create. The type value can be one of the following: indicator | numeric |
Required | No |
Multi-Valued | No |
Create HTTP Authorization Methods
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--method-name {name}
Description | The name of the new HTTP Authorization Method |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of HTTP Authorization Method to create. The type value can be one of the following: basic | client-credentials-bearer-token | null | static-bearer-token |
Required | No |
Multi-Valued | No |
Create HTTP Servlet Extensions
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--extension-name {name}
Description | The name of the new HTTP Servlet Extension |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of HTTP Servlet Extension to create. The type value can be one of the following: availability-state | file-server | groovy-scripted | prometheus-monitoring | third-party |
Required | No |
Multi-Valued | No |
Create ID Token Validators
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--validator-name {name}
Description | The name of the new ID Token Validator |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of ID Token Validator to create. The type value can be one of the following: openid-connect | ping-one |
Required | No |
Multi-Valued | No |
Create Identity Mappers
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--mapper-name {name}
Description | The name of the new Identity Mapper |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Identity Mapper to create. The type value can be one of the following: aggregate | dn | exact-match | groovy-scripted | regular-expression | third-party |
Required | No |
Multi-Valued | No |
Create JSON Attributes
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--pipe-name {name}
Description | The name of the Sync Pipe |
Required | No |
Multi-Valued | No |
--class-name {name}
Description | The name of the Sync Class |
Required | No |
Multi-Valued | No |
--attribute-name {destinationAttribute}
Description | The name of the new JSON Attribute which will also be used as the value of the 'destination-attribute' property. Specifies the name of the destination attribute whose JSON fields are to be synchronized. |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Create JSON Attribute Mapping Fields
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--map-name {name}
Description | The name of the Attribute Map |
Required | No |
Multi-Valued | No |
--mapping-name {name}
Description | The name of the JSON Attribute Mapping |
Required | No |
Multi-Valued | No |
--field-name {field}
Description | The name of the new JSON Attribute Mapping Field which will also be used as the value of the 'json-field' property. Specifies the name of the JSON field whose value will be constructed. The specified field must be at the top of the desired JSON object hierarchy. That is, the field cannot be a field within a nested object. |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Create Key Manager Providers
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--provider-name {name}
Description | The name of the new Key Manager Provider |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Key Manager Provider to create. The type value can be one of the following: custom | file-based | pkcs11 | third-party |
Required | No |
Multi-Valued | No |
Create Key Pairs
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--pair-name {name}
Description | The name of the new Key Pair |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Create Locations
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--location-name {name}
Description | The name of the new Location |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Create Log Field Behaviors
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--behavior-name {name}
Description | The name of the new Log Field Behavior |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Log Field Behavior to create. The type value can be one of the following: json-formatted-access | text-access |
Required | No |
Multi-Valued | No |
Create Log File Rotation Listeners
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--listener-name {name}
Description | The name of the new Log File Rotation Listener |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Log File Rotation Listener to create. The type value can be one of the following: copy | summarize | third-party | upload-to-s3 |
Required | No |
Multi-Valued | No |
Create Log Publishers
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--publisher-name {name}
Description | The name of the new Log Publisher |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Log Publisher to create. The type value can be one of the following: console-json-audit | console-json-http-operation | console-json-sync | console-json-sync-failed-ops | debug-access | detailed-http-operation | file-based-access | file-based-audit | file-based-debug | file-based-error | file-based-json-audit | file-based-json-http-operation | file-based-json-sync | file-based-json-sync-failed-ops | file-based-sync | file-based-trace | groovy-scripted-access | groovy-scripted-error | groovy-scripted-file-based-access | groovy-scripted-file-based-error | json-access | json-error | sync-failed-ops | syslog-based-access | syslog-based-error | syslog-json-access | syslog-json-audit | syslog-json-error | syslog-json-http-operation | syslog-json-sync | syslog-json-sync-failed-ops | syslog-text-access | syslog-text-error | third-party-access | third-party-error | third-party-file-based-access | third-party-file-based-error |
Required | No |
Multi-Valued | No |
Create Log Publisher Message Exclusion Policies
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--policy-name {name}
Description | The name of the new Log Publisher Message Exclusion Policy |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Log Publisher Message Exclusion Policy to create. The type value can be one of the following: error |
Required | No |
Multi-Valued | No |
Create Log Retention Policies
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--policy-name {name}
Description | The name of the new Log Retention Policy |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Log Retention Policy to create. The type value can be one of the following: file-count | free-disk-space | never-delete | size-limit | time-limit |
Required | No |
Multi-Valued | No |
Create Log Rotation Policies
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--policy-name {name}
Description | The name of the new Log Rotation Policy |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Log Rotation Policy to create. The type value can be one of the following: fixed-time | never-rotate | size-limit | time-limit |
Required | No |
Multi-Valued | No |
Create Monitor Providers
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--provider-name {name}
Description | The name of the new Monitor Provider |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Monitor Provider to create. The type value can be one of the following: custom | encryption-settings-database-accessibility | third-party |
Required | No |
Multi-Valued | No |
Create Monitoring Endpoints
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--endpoint-name {name}
Description | The name of the new Monitoring Endpoint |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Monitoring Endpoint to create. The type value can be one of the following: statsd |
Required | No |
Multi-Valued | No |
Create Obscured Values
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--value-name {name}
Description | The name of the new Obscured Value |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Create Passphrase Providers
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--provider-name {name}
Description | The name of the new Passphrase Provider |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Passphrase Provider to create. The type value can be one of the following: amazon-secrets-manager | azure-key-vault | conjur | environment-variable | file-based | obscured-value | third-party | vault |
Required | No |
Multi-Valued | No |
Create Password Generators
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--generator-name {name}
Description | The name of the new Password Generator |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Password Generator to create. The type value can be one of the following: random |
Required | No |
Multi-Valued | No |
Create Password Policies
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--policy-name {name}
Description | The name of the new Password Policy |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Create Password Storage Schemes
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--scheme-name {name}
Description | The name of the new Password Storage Scheme |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Password Storage Scheme to create. The type value can be one of the following: aes-256 | amazon-secrets-manager | argon2 | argon2d | argon2i | argon2id | azure-key-vault | bcrypt | conjur | crypt | pbkdf2 | scrypt | third-party | third-party-enhanced | vault |
Required | No |
Multi-Valued | No |
Create Password Validators
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--validator-name {name}
Description | The name of the new Password Validator |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Password Validator to create. The type value can be one of the following: attribute-value | character-set | custom | dictionary | disallowed-characters | haystack | length-based | pwned-passwords | regular-expression | repeated-characters | similarity-based | unique-characters | utf-8 |
Required | No |
Multi-Valued | No |
Create Plugins
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--plugin-name {name}
Description | The name of the new Plugin |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Plugin to create. The type value can be one of the following: custom | delay | groovy-scripted | modifiable-password-policy-state | periodic-stats-logger | search-shutdown | seven-bit-clean | snmp-subagent | third-party |
Required | No |
Multi-Valued | No |
Create Post LDIF Export Task Processors
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--processor-name {name}
Description | The name of the new Post LDIF Export Task Processor |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Post LDIF Export Task Processor to create. The type value can be one of the following: third-party | upload-to-s3 |
Required | No |
Multi-Valued | No |
Create Prometheus Monitor Attribute Metrics
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--extension-name {name}
Description | The name of the Prometheus Monitoring HTTP Servlet Extension |
Required | No |
Multi-Valued | No |
--metric-name {The metric name must start with a letter or underscore, and it must only contain letters, digits, and underscores.}
Description | The name of the new Prometheus Monitor Attribute Metric which will also be used as the value of the 'metric-name' property. The name that will be used in the metric to be consumed by Prometheus. |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Create Recurring Tasks
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--task-name {name}
Description | The name of the new Recurring Task |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Recurring Task to create. The type value can be one of the following: backup | collect-support-data | delay | enter-lockdown-mode | exec | file-retention | generate-server-profile | ldif-export | leave-lockdown-mode | statically-defined | third-party |
Required | No |
Multi-Valued | No |
Create Recurring Task Chains
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--chain-name {name}
Description | The name of the new Recurring Task Chain |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Create Root DN Users
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--user-name {name}
Description | The name of the new Root DN User |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Create SASL Mechanism Handlers
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--handler-name {name}
Description | The name of the new SASL Mechanism Handler |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of SASL Mechanism Handler to create. The type value can be one of the following: oauth-bearer | third-party |
Required | No |
Multi-Valued | No |
Create SCIM2 Attribute Mappings
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--mapping-name {name}
Description | The name of the new SCIM2 Attribute Mapping |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of SCIM2 Attribute Mapping to create. The type value can be one of the following: boolean | composed-complex | date-time | json-formatted-complex | number | postal-address | static-value | string | third-party |
Required | No |
Multi-Valued | No |
Create SCIM2 Endpoint Mapping
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--mapping-name {name}
Description | The name of the new SCIM2 Endpoint Mapping |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Create Sensitive Kafka Producer Properties
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--property-name {name}
Description | The name of the new Sensitive Kafka Producer Property |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Create Server Groups
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--group-name {name}
Description | The name of the new Server Group |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Create Sync Classes
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--pipe-name {name}
Description | The name of the Sync Pipe |
Required | No |
Multi-Valued | No |
--class-name {name}
Description | The name of the new Sync Class |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Create Sync Destinations
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--destination-name {name}
Description | The name of the new Sync Destination |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Sync Destination to create. The type value can be one of the following: active-directory | generic-ldap | groovy-scripted | groovy-scripted-jdbc | kafka | nokia | ping-identity | ping-one | scim | scim2 | sun-ds | third-party | third-party-jdbc |
Required | No |
Multi-Valued | No |
Create Sync Destination Plugins
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--plugin-name {name}
Description | The name of the new Sync Destination Plugin |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Sync Destination Plugin to create. The type value can be one of the following: groovy-scripted-ldap | third-party-kafka | third-party-ldap |
Required | No |
Multi-Valued | No |
Create Sync Pipes
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--pipe-name {name}
Description | The name of the new Sync Pipe |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Create Sync Pipe Plugins
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--plugin-name {name}
Description | The name of the new Sync Pipe Plugin |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Sync Pipe Plugin to create. The type value can be one of the following: groovy-scripted | third-party |
Required | No |
Multi-Valued | No |
Create Sync Sources
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--source-name {name}
Description | The name of the new Sync Source |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Sync Source to create. The type value can be one of the following: active-directory | generic-ldap | groovy-scripted | groovy-scripted-jdbc | nokia | opendj | oracle-unified-directory | ping-identity | ping-one | sun-ds | third-party | third-party-jdbc |
Required | No |
Multi-Valued | No |
Create Sync Source Plugins
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--plugin-name {name}
Description | The name of the new Sync Source Plugin |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Sync Source Plugin to create. The type value can be one of the following: groovy-scripted-ldap | third-party-ldap |
Required | No |
Multi-Valued | No |
Create Token Claim Validations
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--validator-name {name}
Description | The name of the ID Token Validator |
Required | No |
Multi-Valued | No |
--validation-name {name}
Description | The name of the new Token Claim Validation |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Token Claim Validation to create. The type value can be one of the following: boolean | string | string-array |
Required | No |
Multi-Valued | No |
Create Topology Admin Users
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--user-name {name}
Description | The name of the new Topology Admin User |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Create Trust Manager Providers
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--provider-name {name}
Description | The name of the new Trust Manager Provider |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Trust Manager Provider to create. The type value can be one of the following: blind | file-based | jvm-default | third-party |
Required | No |
Multi-Valued | No |
Create Trusted Certificates
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--certificate-name {name}
Description | The name of the new Trusted Certificate |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Create Vault Authentication Methods
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--method-name {name}
Description | The name of the new Vault Authentication Method |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Vault Authentication Method to create. The type value can be one of the following: app-role | static-token | user-pass |
Required | No |
Multi-Valued | No |
Create Velocity Context Providers
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--extension-name {name}
Description | The name of the Velocity HTTP Servlet Extension |
Required | No |
Multi-Valued | No |
--provider-name {name}
Description | The name of the new Velocity Context Provider |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Velocity Context Provider to create. The type value can be one of the following: custom | third-party | velocity-tools |
Required | No |
Multi-Valued | No |
Create Velocity Template Loaders
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--extension-name {name}
Description | The name of the Velocity HTTP Servlet Extension |
Required | No |
Multi-Valued | No |
--loader-name {name}
Description | The name of the new Velocity Template Loader |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Create Web Application Extensions
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--extension-name {name}
Description | The name of the new Web Application Extension |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Delete Access Token Validators
--validator-name {name}
Description | The name of the Access Token Validator |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Access Token Validators |
Delete Alert Handlers
--handler-name {name}
Description | The name of the Alert Handler |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Alert Handlers |
Delete Attribute Maps
--map-name {name}
Description | The name of the Attribute Map |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Attribute Maps |
Delete Attribute Mappings
--map-name {name}
Description | The name of the Attribute Map |
Required | No |
Multi-Valued | No |
--mapping-name {name}
Description | The name of the Attribute Mapping |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Attribute Mappings |
Delete Azure Authentication Methods
--method-name {name}
Description | The name of the Azure Authentication Method |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Azure Authentication Methods |
Delete Backends
--backend-name {name}
Description | The name of the Backend |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Backends |
Delete Certificate Mappers
--mapper-name {name}
Description | The name of the Certificate Mapper |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Certificate Mappers |
Delete Change Detectors
--detector-name {name}
Description | The name of the Change Detector |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Change Detectors |
Delete Cipher Stream Providers
--provider-name {name}
Description | The name of the Cipher Stream Provider |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Cipher Stream Providers |
Delete Conjur Authentication Methods
--method-name {name}
Description | The name of the Conjur Authentication Method |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Conjur Authentication Methods |
Delete Connection Handlers
--handler-name {name}
Description | The name of the Connection Handler |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Connection Handlers |
Delete Custom Logged Stats
--plugin-name {name}
Description | The name of the Periodic Stats Logger Plugin |
Required | No |
Multi-Valued | No |
--stats-name {name}
Description | The name of the Custom Logged Stats |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Custom Logged Stats |
Delete Debug Targets
--publisher-name {name}
Description | The name of the Debug Log Publisher |
Required | No |
Multi-Valued | No |
--target-name {name}
Description | The name of the Debug Target |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Debug Targets |
Delete DN Maps
--map-name {name}
Description | The name of the DN Map |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent DN Maps |
Delete External Servers
--server-name {name}
Description | The name of the External Server |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent External Servers |
Delete Failure Lockout Actions
--action-name {name}
Description | The name of the Failure Lockout Action |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Failure Lockout Actions |
Delete Gauges
--gauge-name {name}
Description | The name of the Gauge |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Gauges |
Delete Gauge Data Sources
--source-name {name}
Description | The name of the Gauge Data Source |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Gauge Data Sources |
Delete HTTP Authorization Methods
--method-name {name}
Description | The name of the HTTP Authorization Method |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent HTTP Authorization Methods |
Delete HTTP Servlet Extensions
--extension-name {name}
Description | The name of the HTTP Servlet Extension |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent HTTP Servlet Extensions |
Delete ID Token Validators
--validator-name {name}
Description | The name of the ID Token Validator |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent ID Token Validators |
Delete Identity Mappers
--mapper-name {name}
Description | The name of the Identity Mapper |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Identity Mappers |
Delete JSON Attributes
--pipe-name {name}
Description | The name of the Sync Pipe |
Required | No |
Multi-Valued | No |
--class-name {name}
Description | The name of the Sync Class |
Required | No |
Multi-Valued | No |
--attribute-name {name}
Description | The name of the JSON Attribute |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent JSON Attributes |
Delete JSON Attribute Mapping Fields
--map-name {name}
Description | The name of the Attribute Map |
Required | No |
Multi-Valued | No |
--mapping-name {name}
Description | The name of the JSON Attribute Mapping |
Required | No |
Multi-Valued | No |
--field-name {name}
Description | The name of the JSON Attribute Mapping Field |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent JSON Attribute Mapping Fields |
Delete Key Manager Providers
--provider-name {name}
Description | The name of the Key Manager Provider |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Key Manager Providers |
Delete Key Pairs
--pair-name {name}
Description | The name of the Key Pair |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Key Pairs |
Delete Locations
--location-name {name}
Description | The name of the Location |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Locations |
Delete Log Field Behaviors
--behavior-name {name}
Description | The name of the Log Field Behavior |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Log Field Behaviors |
Delete Log File Rotation Listeners
--listener-name {name}
Description | The name of the Log File Rotation Listener |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Log File Rotation Listeners |
Delete Log Publishers
--publisher-name {name}
Description | The name of the Log Publisher |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Log Publishers |
Delete Log Publisher Message Exclusion Policies
--policy-name {name}
Description | The name of the Log Publisher Message Exclusion Policy |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Log Publisher Message Exclusion Policies |
Delete Log Retention Policies
--policy-name {name}
Description | The name of the Log Retention Policy |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Log Retention Policies |
Delete Log Rotation Policies
--policy-name {name}
Description | The name of the Log Rotation Policy |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Log Rotation Policies |
Delete Monitor Providers
--provider-name {name}
Description | The name of the Monitor Provider |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Monitor Providers |
Delete Monitoring Endpoints
--endpoint-name {name}
Description | The name of the Monitoring Endpoint |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Monitoring Endpoints |
Delete Obscured Values
--value-name {name}
Description | The name of the Obscured Value |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Obscured Values |
Delete Passphrase Providers
--provider-name {name}
Description | The name of the Passphrase Provider |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Passphrase Providers |
Delete Password Generators
--generator-name {name}
Description | The name of the Password Generator |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Password Generators |
Delete Password Policies
--policy-name {name}
Description | The name of the Password Policy |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Password Policies |
Delete Password Storage Schemes
--scheme-name {name}
Description | The name of the Password Storage Scheme |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Password Storage Schemes |
Delete Password Validators
--validator-name {name}
Description | The name of the Password Validator |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Password Validators |
Delete Plugins
--plugin-name {name}
Description | The name of the Plugin |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Plugins |
Delete Post LDIF Export Task Processors
--processor-name {name}
Description | The name of the Post LDIF Export Task Processor |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Post LDIF Export Task Processors |
Delete Prometheus Monitor Attribute Metrics
--extension-name {name}
Description | The name of the Prometheus Monitoring HTTP Servlet Extension |
Required | No |
Multi-Valued | No |
--metric-name {name}
Description | The name of the Prometheus Monitor Attribute Metric |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Prometheus Monitor Attribute Metrics |
Delete Recurring Tasks
--task-name {name}
Description | The name of the Recurring Task |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Recurring Tasks |
Delete Recurring Task Chains
--chain-name {name}
Description | The name of the Recurring Task Chain |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Recurring Task Chains |
Delete Root DN Users
--user-name {name}
Description | The name of the Root DN User |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Root DN Users |
Delete SASL Mechanism Handlers
--handler-name {name}
Description | The name of the SASL Mechanism Handler |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent SASL Mechanism Handlers |
Delete SCIM2 Attribute Mappings
--mapping-name {name}
Description | The name of the SCIM2 Attribute Mapping |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent SCIM2 Attribute Mappings |
Delete SCIM2 Endpoint Mapping
--mapping-name {name}
Description | The name of the SCIM2 Endpoint Mapping |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent SCIM2 Endpoint Mapping |
Delete Sensitive Kafka Producer Properties
--property-name {name}
Description | The name of the Sensitive Kafka Producer Property |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Sensitive Kafka Producer Properties |
Delete Server Groups
--group-name {name}
Description | The name of the Server Group |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Server Groups |
Delete Sync Classes
--pipe-name {name}
Description | The name of the Sync Pipe |
Required | No |
Multi-Valued | No |
--class-name {name}
Description | The name of the Sync Class |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Sync Classes |
Delete Sync Destinations
--destination-name {name}
Description | The name of the Sync Destination |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Sync Destinations |
Delete Sync Destination Plugins
--plugin-name {name}
Description | The name of the Sync Destination Plugin |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Sync Destination Plugins |
Delete Sync Pipes
--pipe-name {name}
Description | The name of the Sync Pipe |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Sync Pipes |
Delete Sync Pipe Plugins
--plugin-name {name}
Description | The name of the Sync Pipe Plugin |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Sync Pipe Plugins |
Delete Sync Sources
--source-name {name}
Description | The name of the Sync Source |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Sync Sources |
Delete Sync Source Plugins
--plugin-name {name}
Description | The name of the Sync Source Plugin |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Sync Source Plugins |
Delete Token Claim Validations
--validator-name {name}
Description | The name of the ID Token Validator |
Required | No |
Multi-Valued | No |
--validation-name {name}
Description | The name of the Token Claim Validation |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Token Claim Validations |
Delete Topology Admin Users
--user-name {name}
Description | The name of the Topology Admin User |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Topology Admin Users |
Delete Trust Manager Providers
--provider-name {name}
Description | The name of the Trust Manager Provider |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Trust Manager Providers |
Delete Trusted Certificates
--certificate-name {name}
Description | The name of the Trusted Certificate |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Trusted Certificates |
Delete Vault Authentication Methods
--method-name {name}
Description | The name of the Vault Authentication Method |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Vault Authentication Methods |
Delete Velocity Context Providers
--extension-name {name}
Description | The name of the Velocity HTTP Servlet Extension |
Required | No |
Multi-Valued | No |
--provider-name {name}
Description | The name of the Velocity Context Provider |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Velocity Context Providers |
Delete Velocity Template Loaders
--extension-name {name}
Description | The name of the Velocity HTTP Servlet Extension |
Required | No |
Multi-Valued | No |
--loader-name {name}
Description | The name of the Velocity Template Loader |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Velocity Template Loaders |
Delete Web Application Extensions
--extension-name {name}
Description | The name of the Web Application Extension |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Web Application Extensions |
Show Access Control Handler properties
--property {property}
Description | The name of a property to be displayedSee properties for Access Control Handler or one of its subcomponents DSEE Compat Access Control Handler in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Access Token Validator properties
--validator-name {name}
Description | The name of the Access Token Validator |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Access Token Validator or one of its subcomponents Bind Access Token Validator, External API Gateway Access Token Validator, External Access Token Validator, Mock Access Token Validator, Third Party Access Token Validator in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Alarm Manager properties
--property {property}
Description | The name of a property to be displayedSee properties for Alarm Manager in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Alert Handler properties
--handler-name {name}
Description | The name of the Alert Handler |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Alert Handler or one of its subcomponents Error Log Alert Handler, Exec Alert Handler, Scripted Alert Handler, JMX Alert Handler, Output Alert Handler, SMTP Alert Handler, SNMP Alert Handler, SNMP Sub Agent Alert Handler, Third Party Alert Handler, Twilio Alert Handler in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Attribute Map properties
--map-name {name}
Description | The name of the Attribute Map |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Attribute Map in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Attribute Mapping properties
--map-name {name}
Description | The name of the Attribute Map |
Required | No |
Multi-Valued | No |
--mapping-name {name}
Description | The name of the Attribute Mapping |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Attribute Mapping or one of its subcomponents Constructed Attribute Mapping, DN Attribute Mapping, Direct Attribute Mapping, JSON Attribute Mapping in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Azure Authentication Method properties
--method-name {name}
Description | The name of the Azure Authentication Method |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Azure Authentication Method or one of its subcomponents Client Secret Azure Authentication Method, Default Azure Authentication Method, Username Password Azure Authentication Method in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Backend properties
--backend-name {name}
Description | The name of the Backend |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Backend or one of its subcomponents Notification Backend, Backup Backend, Canned Response Backend, Changelog Backend, Config File Handler Backend, Encryption Settings Backend, JE Backend, LDIF Backend, Memory Backend, Metrics Backend, Monitor Backend, Schema Backend, Task Backend, Trust Store Backend in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Certificate Mapper properties
--mapper-name {name}
Description | The name of the Certificate Mapper |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Certificate Mapper or one of its subcomponents Fingerprint Certificate Mapper, Scripted Certificate Mapper, Subject Attribute To User Attribute Certificate Mapper, Subject DN To User Attribute Certificate Mapper, Subject Equals DN Certificate Mapper, Third Party Certificate Mapper in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Change Detector properties
--detector-name {name}
Description | The name of the Change Detector |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Change Detector or one of its subcomponents Third Party Change Detector in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Cipher Secret Key properties
--instance-name {name}
Description | The name of the Server Instance |
Required | No |
Multi-Valued | No |
--key-name {name}
Description | The name of the Cipher Secret Key |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Cipher Stream Provider properties
--provider-name {name}
Description | The name of the Cipher Stream Provider |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Cipher Stream Provider or one of its subcomponents Amazon Key Management Service Cipher Stream Provider, Amazon Secrets Manager Cipher Stream Provider, Azure Key Vault Cipher Stream Provider, Conjur Cipher Stream Provider, Default Cipher Stream Provider, File Based Cipher Stream Provider, PKCS11 Cipher Stream Provider, Third Party Cipher Stream Provider, Vault Cipher Stream Provider, Wait For Passphrase Cipher Stream Provider in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Conjur Authentication Method properties
--method-name {name}
Description | The name of the Conjur Authentication Method |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Conjur Authentication Method or one of its subcomponents API Key Conjur Authentication Method in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Connection Handler properties
--handler-name {name}
Description | The name of the Connection Handler |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Connection Handler or one of its subcomponents HTTP Connection Handler, JMX Connection Handler, LDAP Connection Handler, LDIF Connection Handler in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Crypto Manager properties
--property {property}
Description | The name of a property to be displayedSee properties for Crypto Manager in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Custom Logged Stats properties
--plugin-name {name}
Description | The name of the Periodic Stats Logger Plugin |
Required | No |
Multi-Valued | No |
--stats-name {name}
Description | The name of the Custom Logged Stats |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Custom Logged Stats in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Debug Target properties
--publisher-name {name}
Description | The name of the Debug Log Publisher |
Required | No |
Multi-Valued | No |
--target-name {name}
Description | The name of the Debug Target |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Debug Target in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show DN Map properties
--map-name {name}
Description | The name of the DN Map |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for DN Map in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show External Server properties
--server-name {name}
Description | The name of the External Server |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for External Server or one of its subcomponents HTTP External Server, LDAP External Server, Amazon Aws External Server, Conjur External Server, HTTP Proxy External Server, JDBC External Server, Kafka Cluster External Server, Mock External Server, SCIM2 External Server, SCIM External Server, SMTP External Server, Syslog External Server, Vault External Server in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Failure Lockout Action properties
--action-name {name}
Description | The name of the Failure Lockout Action |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Failure Lockout Action or one of its subcomponents Delay Bind Response Failure Lockout Action, Lock Account Failure Lockout Action, No Operation Failure Lockout Action in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Gauge Data Source properties
--source-name {name}
Description | The name of the Gauge Data Source |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Gauge Data Source or one of its subcomponents Indicator Gauge Data Source, Numeric Gauge Data Source in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Gauge properties
--gauge-name {name}
Description | The name of the Gauge |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Gauge or one of its subcomponents Indicator Gauge, Numeric Gauge in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Global Configuration properties
--property {property}
Description | The name of a property to be displayedSee properties for Global Configuration in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Global Sync Configuration properties
--property {property}
Description | The name of a property to be displayedSee properties for Global Sync Configuration in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show HTTP Authorization Method properties
--method-name {name}
Description | The name of the HTTP Authorization Method |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for HTTP Authorization Method or one of its subcomponents Basic HTTP Authorization Method, Client Credentials Bearer Token HTTP Authorization Method, Null HTTP Authorization Method, Static Bearer Token HTTP Authorization Method in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show HTTP Configuration properties
--property {property}
Description | The name of a property to be displayedSee properties for HTTP Configuration in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show HTTP Servlet Extension properties
--extension-name {name}
Description | The name of the HTTP Servlet Extension |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for HTTP Servlet Extension or one of its subcomponents Availability State HTTP Servlet Extension, Config HTTP Servlet Extension, Consent HTTP Servlet Extension, Delegated Admin HTTP Servlet Extension, Directory REST API HTTP Servlet Extension, File Server HTTP Servlet Extension, Gateway HTTP Servlet Extension, Scripted HTTP Servlet Extension, JSON PDP API HTTP Servlet Extension, SCIM HTTP Servlet Extension, Metrics HTTP Servlet Extension, Open Banking HTTP Servlet Extension, PDP Endpoint HTTP Servlet Extension, Prometheus Monitoring HTTP Servlet Extension, Quickstart HTTP Servlet Extension, SCIM2 HTTP Servlet Extension, Sideband API HTTP Servlet Extension, Standard HTTP Servlet Extension, Third Party HTTP Servlet Extension, Velocity HTTP Servlet Extension in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show ID Token Validator properties
--validator-name {name}
Description | The name of the ID Token Validator |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for ID Token Validator or one of its subcomponents OpenID Connect ID Token Validator, PingOne ID Token Validator in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Identity Mapper properties
--mapper-name {name}
Description | The name of the Identity Mapper |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Identity Mapper or one of its subcomponents Aggregate Identity Mapper, DN Identity Mapper, Exact Match Identity Mapper, Scripted Identity Mapper, Regular Expression Identity Mapper, Third Party Identity Mapper in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Inter Server Authentication Info properties
--instance-name {name}
Description | The name of the Server Instance |
Required | No |
Multi-Valued | No |
--listener-name {name}
Description | The name of the Server Instance Listener |
Required | No |
Multi-Valued | No |
--info-name {name}
Description | The name of the Inter Server Authentication Info |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Inter Server Authentication Info or one of its subcomponents Certificate Inter Server Authentication Info, Password Inter Server Authentication Info in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show JSON Attribute Mapping Field properties
--map-name {name}
Description | The name of the Attribute Map |
Required | No |
Multi-Valued | No |
--mapping-name {name}
Description | The name of the JSON Attribute Mapping |
Required | No |
Multi-Valued | No |
--field-name {name}
Description | The name of the JSON Attribute Mapping Field |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for JSON Attribute Mapping Field in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show JSON Attribute properties
--pipe-name {name}
Description | The name of the Sync Pipe |
Required | No |
Multi-Valued | No |
--class-name {name}
Description | The name of the Sync Class |
Required | No |
Multi-Valued | No |
--attribute-name {name}
Description | The name of the JSON Attribute |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for JSON Attribute in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Key Manager Provider properties
--provider-name {name}
Description | The name of the Key Manager Provider |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Key Manager Provider or one of its subcomponents File Based Key Manager Provider, PKCS11 Key Manager Provider, Third Party Key Manager Provider in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Key Pair properties
--pair-name {name}
Description | The name of the Key Pair |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Key Pair in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show LDAP SDK Debug Logger properties
--property {property}
Description | The name of a property to be displayedSee properties for LDAP SDK Debug Logger in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show License properties
--property {property}
Description | The name of a property to be displayedSee properties for License in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Location properties
--location-name {name}
Description | The name of the Location |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Location in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Log Field Behavior properties
--behavior-name {name}
Description | The name of the Log Field Behavior |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Log Field Behavior or one of its subcomponents JSON Formatted Access Log Field Behavior, Text Access Log Field Behavior in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Log Field Syntax properties
--syntax-name {name}
Description | The name of the Log Field Syntax |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Log Field Syntax or one of its subcomponents Attribute Based Log Field Syntax, JSON Log Field Syntax in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Log File Rotation Listener properties
--listener-name {name}
Description | The name of the Log File Rotation Listener |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Log File Rotation Listener or one of its subcomponents Copy Log File Rotation Listener, Summarize Log File Rotation Listener, Third Party Log File Rotation Listener, Upload To S3 Log File Rotation Listener in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Log Publisher Message Exclusion Policy properties
--policy-name {name}
Description | The name of the Log Publisher Message Exclusion Policy |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Log Publisher Message Exclusion Policy or one of its subcomponents Error Log Publisher Message Exclusion Policy in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Log Publisher properties
--publisher-name {name}
Description | The name of the Log Publisher |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Log Publisher or one of its subcomponents Access Log Publisher, HTTP Operation Log Publisher, Error Log Publisher, Sync Log Publisher, Debug Log Publisher, Policy Decision Log Publisher, Policy Query Log Publisher, Trace Log Publisher in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Log Retention Policy properties
--policy-name {name}
Description | The name of the Log Retention Policy |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Log Retention Policy or one of its subcomponents File Count Log Retention Policy, Free Disk Space Log Retention Policy, Never Delete Log Retention Policy, Size Limit Log Retention Policy, Time Limit Log Retention Policy in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Log Rotation Policy properties
--policy-name {name}
Description | The name of the Log Rotation Policy |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Log Rotation Policy or one of its subcomponents Fixed Time Log Rotation Policy, Never Rotate Log Rotation Policy, Size Limit Log Rotation Policy, Time Limit Log Rotation Policy in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Mac Secret Key properties
--instance-name {name}
Description | The name of the Server Instance |
Required | No |
Multi-Valued | No |
--key-name {name}
Description | The name of the Mac Secret Key |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Monitor Provider properties
--provider-name {name}
Description | The name of the Monitor Provider |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Monitor Provider or one of its subcomponents Active Operations Monitor Provider, Client Connection Monitor Provider, Disk Space Usage Monitor Provider, Encryption Settings Database Accessibility Monitor Provider, Entry Cache Monitor Provider, General Monitor Provider, Host System Monitor Provider, Memory Usage Monitor Provider, SSL Context Monitor Provider, Stack Trace Monitor Provider, System Info Monitor Provider, Third Party Monitor Provider, Version Monitor Provider in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Monitoring Endpoint properties
--endpoint-name {name}
Description | The name of the Monitoring Endpoint |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Monitoring Endpoint or one of its subcomponents StatsD Monitoring Endpoint in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Obscured Value properties
--value-name {name}
Description | The name of the Obscured Value |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Obscured Value in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Passphrase Provider properties
--provider-name {name}
Description | The name of the Passphrase Provider |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Passphrase Provider or one of its subcomponents Amazon Secrets Manager Passphrase Provider, Azure Key Vault Passphrase Provider, Conjur Passphrase Provider, Environment Variable Passphrase Provider, File Based Passphrase Provider, Obscured Value Passphrase Provider, Third Party Passphrase Provider, Vault Passphrase Provider in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Password Generator properties
--generator-name {name}
Description | The name of the Password Generator |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Password Generator or one of its subcomponents Scripted Password Generator, Passphrase Password Generator, Random Password Generator, Third Party Password Generator in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Password Policy properties
--policy-name {name}
Description | The name of the Password Policy |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Password Policy in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Password Storage Scheme properties
--scheme-name {name}
Description | The name of the Password Storage Scheme |
Required | No |
Multi-Valued | No |
--property {property}
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Password Validator properties
--validator-name {name}
Description | The name of the Password Validator |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Password Validator or one of its subcomponents Attribute Value Password Validator, Character Set Password Validator, Dictionary Password Validator, Disallowed Characters Password Validator, Scripted Password Validator, Haystack Password Validator, Length Based Password Validator, Pwned Passwords Password Validator, Regular Expression Password Validator, Repeated Characters Password Validator, Similarity Based Password Validator, Third Party Password Validator, Unique Characters Password Validator, Utf 8 Password Validator in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Plugin properties
--plugin-name {name}
Description | The name of the Plugin |
Required | No |
Multi-Valued | No |
--property {property}
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Plugin Root properties
--property {property}
Description | The name of a property to be displayedSee properties for Plugin Root in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Post LDIF Export Task Processor properties
--processor-name {name}
Description | The name of the Post LDIF Export Task Processor |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Post LDIF Export Task Processor or one of its subcomponents Third Party Post LDIF Export Task Processor, Upload To S3 Post LDIF Export Task Processor in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Prometheus Monitor Attribute Metric properties
--extension-name {name}
Description | The name of the Prometheus Monitoring HTTP Servlet Extension |
Required | No |
Multi-Valued | No |
--metric-name {name}
Description | The name of the Prometheus Monitor Attribute Metric |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Prometheus Monitor Attribute Metric in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Recurring Task Chain properties
--chain-name {name}
Description | The name of the Recurring Task Chain |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Recurring Task Chain in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Recurring Task properties
--task-name {name}
Description | The name of the Recurring Task |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Recurring Task or one of its subcomponents Audit Data Security Recurring Task, Backup Recurring Task, Collect Support Data Recurring Task, Delay Recurring Task, Enter Lockdown Mode Recurring Task, Exec Recurring Task, File Retention Recurring Task, Generate Server Profile Recurring Task, LDIF Export Recurring Task, Leave Lockdown Mode Recurring Task, Statically Defined Recurring Task, Third Party Recurring Task in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Root DN properties
--property {property}
Description | The name of a property to be displayedSee properties for Root DN in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Root DN User properties
--user-name {name}
Description | The name of the Root DN User |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show SASL Mechanism Handler properties
--handler-name {name}
Description | The name of the SASL Mechanism Handler |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for SASL Mechanism Handler or one of its subcomponents Anonymous SASL Mechanism Handler, Cram MD5 SASL Mechanism Handler, Digest MD5 SASL Mechanism Handler, External SASL Mechanism Handler, GSSAPI SASL Mechanism Handler, OAuth Bearer SASL Mechanism Handler, Ping Identity Inter Server SASL Mechanism Handler, Plain SASL Mechanism Handler, Third Party SASL Mechanism Handler, UnboundID Certificate Plus Password SASL Mechanism Handler, UnboundID Delivered OTP SASL Mechanism Handler, UnboundID External Auth SASL Mechanism Handler, UnboundID Inter Server SASL Mechanism Handler, UnboundID Ms Chap V2 SASL Mechanism Handler, UnboundID TOTP SASL Mechanism Handler, UnboundID Yubikey OTP SASL Mechanism Handler in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show SCIM2 Attribute Mapping properties
--mapping-name {name}
Description | The name of the SCIM2 Attribute Mapping |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for SCIM2 Attribute Mapping or one of its subcomponents Boolean SCIM2 Attribute Mapping, Composed Complex SCIM2 Attribute Mapping, Date Time SCIM2 Attribute Mapping, JSON Formatted Complex SCIM2 Attribute Mapping, Number SCIM2 Attribute Mapping, Postal Address SCIM2 Attribute Mapping, Static Value SCIM2 Attribute Mapping, String SCIM2 Attribute Mapping, Third Party SCIM2 Attribute Mapping in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show SCIM2 Endpoint Mapping properties
--mapping-name {name}
Description | The name of the SCIM2 Endpoint Mapping |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for SCIM2 Endpoint Mapping in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Sensitive Kafka Producer Property properties
--property-name {name}
Description | The name of the Sensitive Kafka Producer Property |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Sensitive Kafka Producer Property in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Server Group properties
--group-name {name}
Description | The name of the Server Group |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Server Group in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Server Instance Listener properties
--instance-name {name}
Description | The name of the Server Instance |
Required | No |
Multi-Valued | No |
--listener-name {name}
Description | The name of the Server Instance Listener |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Server Instance Listener or one of its subcomponents HTTP Server Instance Listener, LDAP Server Instance Listener in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Server Instance properties
--instance-name {name}
Description | The name of the Server Instance |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Server Instance or one of its subcomponents Authorize Server Instance, Directory Server Instance, Metrics Engine Server Instance, Proxy Server Instance, Sync Server Instance in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Sync Class properties
--pipe-name {name}
Description | The name of the Sync Pipe |
Required | No |
Multi-Valued | No |
--class-name {name}
Description | The name of the Sync Class |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Sync Class in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Sync Destination Plugin properties
--plugin-name {name}
Description | The name of the Sync Destination Plugin |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Sync Destination Plugin or one of its subcomponents LDAP Sync Destination Plugin, Kafka Sync Destination Plugin in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Sync Destination properties
--destination-name {name}
Description | The name of the Sync Destination |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Sync Destination or one of its subcomponents LDAP Sync Destination, JDBC Sync Destination, Scripted Sync Destination, Kafka Sync Destination, Mock Sync Destination, PingOne Sync Destination, SCIM2 Sync Destination, SCIM Sync Destination, Third Party Sync Destination in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Sync Pipe Plugin properties
--plugin-name {name}
Description | The name of the Sync Pipe Plugin |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Sync Pipe Plugin or one of its subcomponents Scripted Sync Pipe Plugin, Third Party Sync Pipe Plugin in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Sync Pipe properties
--pipe-name {name}
Description | The name of the Sync Pipe |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Sync Pipe in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Sync Source Plugin properties
--plugin-name {name}
Description | The name of the Sync Source Plugin |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Sync Source Plugin or one of its subcomponents LDAP Sync Source Plugin in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Sync Source properties
--source-name {name}
Description | The name of the Sync Source |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Sync Source or one of its subcomponents LDAP Sync Source, JDBC Sync Source, Scripted Sync Source, Mock Sync Source, PingOne Sync Source, SCIM Sync Source, Third Party Sync Source in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Token Claim Validation properties
--validator-name {name}
Description | The name of the ID Token Validator |
Required | No |
Multi-Valued | No |
--validation-name {name}
Description | The name of the Token Claim Validation |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Token Claim Validation or one of its subcomponents Boolean Token Claim Validation, String Array Token Claim Validation, String Token Claim Validation in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Topology Admin User properties
--user-name {name}
Description | The name of the Topology Admin User |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Trust Manager Provider properties
--provider-name {name}
Description | The name of the Trust Manager Provider |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Trust Manager Provider or one of its subcomponents Blind Trust Manager Provider, File Based Trust Manager Provider, JVM Default Trust Manager Provider, Third Party Trust Manager Provider in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Trusted Certificate properties
--certificate-name {name}
Description | The name of the Trusted Certificate |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Trusted Certificate in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Vault Authentication Method properties
--method-name {name}
Description | The name of the Vault Authentication Method |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Vault Authentication Method or one of its subcomponents App Role Vault Authentication Method, Static Token Vault Authentication Method, User Pass Vault Authentication Method in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Velocity Context Provider properties
--extension-name {name}
Description | The name of the Velocity HTTP Servlet Extension |
Required | No |
Multi-Valued | No |
--provider-name {name}
Description | The name of the Velocity Context Provider |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Velocity Context Provider or one of its subcomponents Third Party Velocity Context Provider, Velocity Tools Velocity Context Provider in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Velocity Template Loader properties
--extension-name {name}
Description | The name of the Velocity HTTP Servlet Extension |
Required | No |
Multi-Valued | No |
--loader-name {name}
Description | The name of the Velocity Template Loader |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Velocity Template Loader in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Web Application Extension properties
--extension-name {name}
Description | The name of the Web Application Extension |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Web Application Extension or one of its subcomponents Console Web Application Extension in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
List existing Access Token Validators
--property {property}
Description | The name of a property to be displayedSee properties for Access Token Validator or one of its subcomponents Bind Access Token Validator, External API Gateway Access Token Validator, External Access Token Validator, Mock Access Token Validator, Third Party Access Token Validator in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Alert Handlers
--property {property}
Description | The name of a property to be displayedSee properties for Alert Handler or one of its subcomponents Error Log Alert Handler, Exec Alert Handler, Scripted Alert Handler, JMX Alert Handler, Output Alert Handler, SMTP Alert Handler, SNMP Alert Handler, SNMP Sub Agent Alert Handler, Third Party Alert Handler, Twilio Alert Handler in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Attribute Mappings
--map-name {name}
Description | The name of the Attribute Map |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Attribute Mapping or one of its subcomponents Constructed Attribute Mapping, DN Attribute Mapping, Direct Attribute Mapping, JSON Attribute Mapping in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Attribute Maps
--property {property}
Description | The name of a property to be displayedSee properties for Attribute Map in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Azure Authentication Methods
--property {property}
Description | The name of a property to be displayedSee properties for Azure Authentication Method or one of its subcomponents Client Secret Azure Authentication Method, Default Azure Authentication Method, Username Password Azure Authentication Method in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Backends
--property {property}
Description | The name of a property to be displayedSee properties for Backend or one of its subcomponents Notification Backend, Backup Backend, Canned Response Backend, Changelog Backend, Config File Handler Backend, Encryption Settings Backend, JE Backend, LDIF Backend, Memory Backend, Metrics Backend, Monitor Backend, Schema Backend, Task Backend, Trust Store Backend in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Certificate Mappers
--property {property}
Description | The name of a property to be displayedSee properties for Certificate Mapper or one of its subcomponents Fingerprint Certificate Mapper, Scripted Certificate Mapper, Subject Attribute To User Attribute Certificate Mapper, Subject DN To User Attribute Certificate Mapper, Subject Equals DN Certificate Mapper, Third Party Certificate Mapper in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Change Detectors
--property {property}
Description | The name of a property to be displayedSee properties for Change Detector or one of its subcomponents Third Party Change Detector in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Cipher Secret Keys
--instance-name {name}
Description | The name of the Server Instance |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed |
Required | No |
Multi-Valued | Yes |
List existing Cipher Stream Providers
--property {property}
Description | The name of a property to be displayedSee properties for Cipher Stream Provider or one of its subcomponents Amazon Key Management Service Cipher Stream Provider, Amazon Secrets Manager Cipher Stream Provider, Azure Key Vault Cipher Stream Provider, Conjur Cipher Stream Provider, Default Cipher Stream Provider, File Based Cipher Stream Provider, PKCS11 Cipher Stream Provider, Third Party Cipher Stream Provider, Vault Cipher Stream Provider, Wait For Passphrase Cipher Stream Provider in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Conjur Authentication Methods
--property {property}
Description | The name of a property to be displayedSee properties for Conjur Authentication Method or one of its subcomponents API Key Conjur Authentication Method in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Connection Handlers
--property {property}
Description | The name of a property to be displayedSee properties for Connection Handler or one of its subcomponents HTTP Connection Handler, JMX Connection Handler, LDAP Connection Handler, LDIF Connection Handler in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Custom Logged Stats
--plugin-name {name}
Description | The name of the Periodic Stats Logger Plugin |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Custom Logged Stats in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Debug Targets
--publisher-name {name}
Description | The name of the Debug Log Publisher |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Debug Target in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing DN Maps
--property {property}
Description | The name of a property to be displayedSee properties for DN Map in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing External Servers
--property {property}
Description | The name of a property to be displayedSee properties for External Server or one of its subcomponents HTTP External Server, LDAP External Server, Amazon Aws External Server, Conjur External Server, HTTP Proxy External Server, JDBC External Server, Kafka Cluster External Server, Mock External Server, SCIM2 External Server, SCIM External Server, SMTP External Server, Syslog External Server, Vault External Server in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Failure Lockout Actions
--property {property}
Description | The name of a property to be displayedSee properties for Failure Lockout Action or one of its subcomponents Delay Bind Response Failure Lockout Action, Lock Account Failure Lockout Action, No Operation Failure Lockout Action in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Gauge Data Sources
--property {property}
Description | The name of a property to be displayedSee properties for Gauge Data Source or one of its subcomponents Indicator Gauge Data Source, Numeric Gauge Data Source in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Gauges
--property {property}
Description | The name of a property to be displayedSee properties for Gauge or one of its subcomponents Indicator Gauge, Numeric Gauge in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing HTTP Authorization Methods
--property {property}
Description | The name of a property to be displayedSee properties for HTTP Authorization Method or one of its subcomponents Basic HTTP Authorization Method, Client Credentials Bearer Token HTTP Authorization Method, Null HTTP Authorization Method, Static Bearer Token HTTP Authorization Method in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing HTTP Servlet Extensions
--property {property}
Description | The name of a property to be displayedSee properties for HTTP Servlet Extension or one of its subcomponents Availability State HTTP Servlet Extension, Config HTTP Servlet Extension, Consent HTTP Servlet Extension, Delegated Admin HTTP Servlet Extension, Directory REST API HTTP Servlet Extension, File Server HTTP Servlet Extension, Gateway HTTP Servlet Extension, Scripted HTTP Servlet Extension, JSON PDP API HTTP Servlet Extension, SCIM HTTP Servlet Extension, Metrics HTTP Servlet Extension, Open Banking HTTP Servlet Extension, PDP Endpoint HTTP Servlet Extension, Prometheus Monitoring HTTP Servlet Extension, Quickstart HTTP Servlet Extension, SCIM2 HTTP Servlet Extension, Sideband API HTTP Servlet Extension, Standard HTTP Servlet Extension, Third Party HTTP Servlet Extension, Velocity HTTP Servlet Extension in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing ID Token Validators
--property {property}
Description | The name of a property to be displayedSee properties for ID Token Validator or one of its subcomponents OpenID Connect ID Token Validator, PingOne ID Token Validator in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Identity Mappers
--property {property}
Description | The name of a property to be displayedSee properties for Identity Mapper or one of its subcomponents Aggregate Identity Mapper, DN Identity Mapper, Exact Match Identity Mapper, Scripted Identity Mapper, Regular Expression Identity Mapper, Third Party Identity Mapper in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Inter Server Authentication Info
--instance-name {name}
Description | The name of the Server Instance |
Required | No |
Multi-Valued | No |
--listener-name {name}
Description | The name of the Server Instance Listener |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Inter Server Authentication Info or one of its subcomponents Certificate Inter Server Authentication Info, Password Inter Server Authentication Info in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing JSON Attribute Mapping Fields
--map-name {name}
Description | The name of the Attribute Map |
Required | No |
Multi-Valued | No |
--mapping-name {name}
Description | The name of the JSON Attribute Mapping |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for JSON Attribute Mapping Field in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing JSON Attributes
--pipe-name {name}
Description | The name of the Sync Pipe |
Required | No |
Multi-Valued | No |
--class-name {name}
Description | The name of the Sync Class |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for JSON Attribute in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Key Manager Providers
--property {property}
Description | The name of a property to be displayedSee properties for Key Manager Provider or one of its subcomponents File Based Key Manager Provider, PKCS11 Key Manager Provider, Third Party Key Manager Provider in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Key Pairs
--property {property}
Description | The name of a property to be displayedSee properties for Key Pair in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Locations
--property {property}
Description | The name of a property to be displayedSee properties for Location in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Log Field Behaviors
--property {property}
Description | The name of a property to be displayedSee properties for Log Field Behavior or one of its subcomponents JSON Formatted Access Log Field Behavior, Text Access Log Field Behavior in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Log Field Syntaxes
--property {property}
Description | The name of a property to be displayedSee properties for Log Field Syntax or one of its subcomponents Attribute Based Log Field Syntax, JSON Log Field Syntax in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Log File Rotation Listeners
--property {property}
Description | The name of a property to be displayedSee properties for Log File Rotation Listener or one of its subcomponents Copy Log File Rotation Listener, Summarize Log File Rotation Listener, Third Party Log File Rotation Listener, Upload To S3 Log File Rotation Listener in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Log Publisher Message Exclusion Policies
--property {property}
Description | The name of a property to be displayedSee properties for Log Publisher Message Exclusion Policy or one of its subcomponents Error Log Publisher Message Exclusion Policy in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Log Publishers
--property {property}
Description | The name of a property to be displayedSee properties for Log Publisher or one of its subcomponents Access Log Publisher, HTTP Operation Log Publisher, Error Log Publisher, Sync Log Publisher, Debug Log Publisher, Policy Decision Log Publisher, Policy Query Log Publisher, Trace Log Publisher in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Log Retention Policies
--property {property}
Description | The name of a property to be displayedSee properties for Log Retention Policy or one of its subcomponents File Count Log Retention Policy, Free Disk Space Log Retention Policy, Never Delete Log Retention Policy, Size Limit Log Retention Policy, Time Limit Log Retention Policy in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Log Rotation Policies
--property {property}
Description | The name of a property to be displayedSee properties for Log Rotation Policy or one of its subcomponents Fixed Time Log Rotation Policy, Never Rotate Log Rotation Policy, Size Limit Log Rotation Policy, Time Limit Log Rotation Policy in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Mac Secret Keys
--instance-name {name}
Description | The name of the Server Instance |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed |
Required | No |
Multi-Valued | Yes |
List existing Monitor Providers
--property {property}
Description | The name of a property to be displayedSee properties for Monitor Provider or one of its subcomponents Active Operations Monitor Provider, Client Connection Monitor Provider, Disk Space Usage Monitor Provider, Encryption Settings Database Accessibility Monitor Provider, Entry Cache Monitor Provider, General Monitor Provider, Host System Monitor Provider, Memory Usage Monitor Provider, SSL Context Monitor Provider, Stack Trace Monitor Provider, System Info Monitor Provider, Third Party Monitor Provider, Version Monitor Provider in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Monitoring Endpoints
--property {property}
Description | The name of a property to be displayedSee properties for Monitoring Endpoint or one of its subcomponents StatsD Monitoring Endpoint in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Obscured Values
--property {property}
Description | The name of a property to be displayedSee properties for Obscured Value in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Passphrase Providers
--property {property}
Description | The name of a property to be displayedSee properties for Passphrase Provider or one of its subcomponents Amazon Secrets Manager Passphrase Provider, Azure Key Vault Passphrase Provider, Conjur Passphrase Provider, Environment Variable Passphrase Provider, File Based Passphrase Provider, Obscured Value Passphrase Provider, Third Party Passphrase Provider, Vault Passphrase Provider in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Password Generators
--property {property}
Description | The name of a property to be displayedSee properties for Password Generator or one of its subcomponents Scripted Password Generator, Passphrase Password Generator, Random Password Generator, Third Party Password Generator in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Password Policies
--property {property}
Description | The name of a property to be displayedSee properties for Password Policy in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Password Storage Schemes
--property {property}
List existing Password Validators
--property {property}
Description | The name of a property to be displayedSee properties for Password Validator or one of its subcomponents Attribute Value Password Validator, Character Set Password Validator, Dictionary Password Validator, Disallowed Characters Password Validator, Scripted Password Validator, Haystack Password Validator, Length Based Password Validator, Pwned Passwords Password Validator, Regular Expression Password Validator, Repeated Characters Password Validator, Similarity Based Password Validator, Third Party Password Validator, Unique Characters Password Validator, Utf 8 Password Validator in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Plugins
--property {property}
List existing Post LDIF Export Task Processors
--property {property}
Description | The name of a property to be displayedSee properties for Post LDIF Export Task Processor or one of its subcomponents Third Party Post LDIF Export Task Processor, Upload To S3 Post LDIF Export Task Processor in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Prometheus Monitor Attribute Metrics
--extension-name {name}
Description | The name of the Prometheus Monitoring HTTP Servlet Extension |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Prometheus Monitor Attribute Metric in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
Describes managed objects and their properties
-c {category}
--category {category}
Description | The category of components whose properties should be described. The list of categories is available in the 'Component' column in the output of 'dsconfig list-properties' |
Required | No |
Multi-Valued | No |
-t {type}
--type {type}
Description | The type of components whose properties should be described. The value for TYPE must be one of the component types associated with the CATEGORY specified using the '--category' option. The list of categories is available in the 'Type' column in the output of 'dsconfig list-properties' |
Required | No |
Multi-Valued | No |
--inherited
Description | Modifies the display output to show the inherited properties of components |
--complexity {level}
Description | Specifies the maximum complexity level for items to display. Allowed values (in order of increasing complexity) are 'basic', 'standard', 'advanced', and 'expert'. Advanced properties will be shown when a value of 'advanced' or 'expert' is provided |
Allowed Values |
basic standard advanced expert |
Default Value | standard |
Required | No |
Multi-Valued | No |
--includeDescription
Description | Indicates that the description for each property should be included in the output. This may create very long lines |
--property {property}
Description | The name of a property to be displayed |
Required | No |
Multi-Valued | Yes |
List existing Recurring Task Chains
--property {property}
Description | The name of a property to be displayedSee properties for Recurring Task Chain in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Recurring Tasks
--property {property}
Description | The name of a property to be displayedSee properties for Recurring Task or one of its subcomponents Audit Data Security Recurring Task, Backup Recurring Task, Collect Support Data Recurring Task, Delay Recurring Task, Enter Lockdown Mode Recurring Task, Exec Recurring Task, File Retention Recurring Task, Generate Server Profile Recurring Task, LDIF Export Recurring Task, Leave Lockdown Mode Recurring Task, Statically Defined Recurring Task, Third Party Recurring Task in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Root DN Users
--property {property}
Description | The name of a property to be displayed |
Required | No |
Multi-Valued | Yes |
List existing SASL Mechanism Handlers
--property {property}
Description | The name of a property to be displayedSee properties for SASL Mechanism Handler or one of its subcomponents Anonymous SASL Mechanism Handler, Cram MD5 SASL Mechanism Handler, Digest MD5 SASL Mechanism Handler, External SASL Mechanism Handler, GSSAPI SASL Mechanism Handler, OAuth Bearer SASL Mechanism Handler, Ping Identity Inter Server SASL Mechanism Handler, Plain SASL Mechanism Handler, Third Party SASL Mechanism Handler, UnboundID Certificate Plus Password SASL Mechanism Handler, UnboundID Delivered OTP SASL Mechanism Handler, UnboundID External Auth SASL Mechanism Handler, UnboundID Inter Server SASL Mechanism Handler, UnboundID Ms Chap V2 SASL Mechanism Handler, UnboundID TOTP SASL Mechanism Handler, UnboundID Yubikey OTP SASL Mechanism Handler in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing SCIM2 Attribute Mappings
--property {property}
Description | The name of a property to be displayedSee properties for SCIM2 Attribute Mapping or one of its subcomponents Boolean SCIM2 Attribute Mapping, Composed Complex SCIM2 Attribute Mapping, Date Time SCIM2 Attribute Mapping, JSON Formatted Complex SCIM2 Attribute Mapping, Number SCIM2 Attribute Mapping, Postal Address SCIM2 Attribute Mapping, Static Value SCIM2 Attribute Mapping, String SCIM2 Attribute Mapping, Third Party SCIM2 Attribute Mapping in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing SCIM2 Endpoint Mapping
--property {property}
Description | The name of a property to be displayedSee properties for SCIM2 Endpoint Mapping in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Sensitive Kafka Producer Properties
--property {property}
Description | The name of a property to be displayedSee properties for Sensitive Kafka Producer Property in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Server Groups
--property {property}
Description | The name of a property to be displayedSee properties for Server Group in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Server Instance Listeners
--instance-name {name}
Description | The name of the Server Instance |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Server Instance Listener or one of its subcomponents HTTP Server Instance Listener, LDAP Server Instance Listener in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Server Instances
--property {property}
Description | The name of a property to be displayedSee properties for Server Instance or one of its subcomponents Authorize Server Instance, Directory Server Instance, Metrics Engine Server Instance, Proxy Server Instance, Sync Server Instance in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Sync Classes
--pipe-name {name}
Description | The name of the Sync Pipe |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Sync Class in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Sync Destination Plugins
--property {property}
Description | The name of a property to be displayedSee properties for Sync Destination Plugin or one of its subcomponents LDAP Sync Destination Plugin, Kafka Sync Destination Plugin in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Sync Destinations
--property {property}
Description | The name of a property to be displayedSee properties for Sync Destination or one of its subcomponents LDAP Sync Destination, JDBC Sync Destination, Scripted Sync Destination, Kafka Sync Destination, Mock Sync Destination, PingOne Sync Destination, SCIM2 Sync Destination, SCIM Sync Destination, Third Party Sync Destination in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Sync Pipe Plugins
--property {property}
Description | The name of a property to be displayedSee properties for Sync Pipe Plugin or one of its subcomponents Scripted Sync Pipe Plugin, Third Party Sync Pipe Plugin in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Sync Pipes
--property {property}
Description | The name of a property to be displayedSee properties for Sync Pipe in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Sync Source Plugins
--property {property}
Description | The name of a property to be displayedSee properties for Sync Source Plugin or one of its subcomponents LDAP Sync Source Plugin in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Sync Sources
--property {property}
Description | The name of a property to be displayedSee properties for Sync Source or one of its subcomponents LDAP Sync Source, JDBC Sync Source, Scripted Sync Source, Mock Sync Source, PingOne Sync Source, SCIM Sync Source, Third Party Sync Source in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Token Claim Validations
--validator-name {name}
Description | The name of the ID Token Validator |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Token Claim Validation or one of its subcomponents Boolean Token Claim Validation, String Array Token Claim Validation, String Token Claim Validation in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Topology Admin Users
--property {property}
Description | The name of a property to be displayed |
Required | No |
Multi-Valued | Yes |
List existing Trust Manager Providers
--property {property}
Description | The name of a property to be displayedSee properties for Trust Manager Provider or one of its subcomponents Blind Trust Manager Provider, File Based Trust Manager Provider, JVM Default Trust Manager Provider, Third Party Trust Manager Provider in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Trusted Certificates
--property {property}
Description | The name of a property to be displayedSee properties for Trusted Certificate in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Vault Authentication Methods
--property {property}
Description | The name of a property to be displayedSee properties for Vault Authentication Method or one of its subcomponents App Role Vault Authentication Method, Static Token Vault Authentication Method, User Pass Vault Authentication Method in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Velocity Context Providers
--extension-name {name}
Description | The name of the Velocity HTTP Servlet Extension |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Velocity Context Provider or one of its subcomponents Third Party Velocity Context Provider, Velocity Tools Velocity Context Provider in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Velocity Template Loaders
--extension-name {name}
Description | The name of the Velocity HTTP Servlet Extension |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayedSee properties for Velocity Template Loader in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Web Application Extensions
--property {property}
Description | The name of a property to be displayedSee properties for Web Application Extension or one of its subcomponents Console Web Application Extension in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
Modify Access Control Handler properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Access Control Handler or one of its subcomponents DSEE Compat Access Control Handler in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Access Token Validator properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--validator-name {name}
Description | The name of the Access Token Validator |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Access Token Validator or one of its subcomponents Bind Access Token Validator, External API Gateway Access Token Validator, External Access Token Validator, Mock Access Token Validator, Third Party Access Token Validator in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Alarm Manager properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Alarm Manager in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Alert Handler properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--handler-name {name}
Description | The name of the Alert Handler |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Alert Handler or one of its subcomponents Error Log Alert Handler, Exec Alert Handler, Scripted Alert Handler, JMX Alert Handler, Output Alert Handler, SMTP Alert Handler, SNMP Alert Handler, SNMP Sub Agent Alert Handler, Third Party Alert Handler, Twilio Alert Handler in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Attribute Map properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--map-name {name}
Description | The name of the Attribute Map |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Attribute Map in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Attribute Mapping properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--map-name {name}
Description | The name of the Attribute Map |
Required | No |
Multi-Valued | No |
--mapping-name {name}
Description | The name of the Attribute Mapping |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Attribute Mapping or one of its subcomponents Constructed Attribute Mapping, DN Attribute Mapping, Direct Attribute Mapping, JSON Attribute Mapping in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Azure Authentication Method properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--method-name {name}
Description | The name of the Azure Authentication Method |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Azure Authentication Method or one of its subcomponents Client Secret Azure Authentication Method, Default Azure Authentication Method, Username Password Azure Authentication Method in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Backend properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--backend-name {name}
Description | The name of the Backend |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Backend or one of its subcomponents Notification Backend, Backup Backend, Canned Response Backend, Changelog Backend, Config File Handler Backend, Encryption Settings Backend, JE Backend, LDIF Backend, Memory Backend, Metrics Backend, Monitor Backend, Schema Backend, Task Backend, Trust Store Backend in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Certificate Mapper properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--mapper-name {name}
Description | The name of the Certificate Mapper |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Certificate Mapper or one of its subcomponents Fingerprint Certificate Mapper, Scripted Certificate Mapper, Subject Attribute To User Attribute Certificate Mapper, Subject DN To User Attribute Certificate Mapper, Subject Equals DN Certificate Mapper, Third Party Certificate Mapper in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Change Detector properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--detector-name {name}
Description | The name of the Change Detector |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Change Detector or one of its subcomponents Third Party Change Detector in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Cipher Secret Key properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--instance-name {name}
Description | The name of the Server Instance |
Required | No |
Multi-Valued | No |
--key-name {name}
Description | The name of the Cipher Secret Key |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Cipher Stream Provider properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--provider-name {name}
Description | The name of the Cipher Stream Provider |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Cipher Stream Provider or one of its subcomponents Amazon Key Management Service Cipher Stream Provider, Amazon Secrets Manager Cipher Stream Provider, Azure Key Vault Cipher Stream Provider, Conjur Cipher Stream Provider, Default Cipher Stream Provider, File Based Cipher Stream Provider, PKCS11 Cipher Stream Provider, Third Party Cipher Stream Provider, Vault Cipher Stream Provider, Wait For Passphrase Cipher Stream Provider in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Conjur Authentication Method properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--method-name {name}
Description | The name of the Conjur Authentication Method |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Conjur Authentication Method or one of its subcomponents API Key Conjur Authentication Method in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Connection Handler properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--handler-name {name}
Description | The name of the Connection Handler |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Connection Handler or one of its subcomponents HTTP Connection Handler, JMX Connection Handler, LDAP Connection Handler, LDIF Connection Handler in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Crypto Manager properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Crypto Manager in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Custom Logged Stats properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--plugin-name {name}
Description | The name of the Periodic Stats Logger Plugin |
Required | No |
Multi-Valued | No |
--stats-name {name}
Description | The name of the Custom Logged Stats |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Custom Logged Stats in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Debug Target properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--publisher-name {name}
Description | The name of the Debug Log Publisher |
Required | No |
Multi-Valued | No |
--target-name {name}
Description | The name of the Debug Target |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Debug Target in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify DN Map properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--map-name {name}
Description | The name of the DN Map |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for DN Map in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify External Server properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--server-name {name}
Description | The name of the External Server |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for External Server or one of its subcomponents HTTP External Server, LDAP External Server, Amazon Aws External Server, Conjur External Server, HTTP Proxy External Server, JDBC External Server, Kafka Cluster External Server, Mock External Server, SCIM2 External Server, SCIM External Server, SMTP External Server, Syslog External Server, Vault External Server in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Failure Lockout Action properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--action-name {name}
Description | The name of the Failure Lockout Action |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Failure Lockout Action or one of its subcomponents Delay Bind Response Failure Lockout Action, Lock Account Failure Lockout Action, No Operation Failure Lockout Action in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Gauge Data Source properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--source-name {name}
Description | The name of the Gauge Data Source |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Gauge Data Source or one of its subcomponents Indicator Gauge Data Source, Numeric Gauge Data Source in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Gauge properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--gauge-name {name}
Description | The name of the Gauge |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Gauge or one of its subcomponents Indicator Gauge, Numeric Gauge in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Global Configuration properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Global Configuration in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Global Sync Configuration properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Global Sync Configuration in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify HTTP Authorization Method properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--method-name {name}
Description | The name of the HTTP Authorization Method |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for HTTP Authorization Method or one of its subcomponents Basic HTTP Authorization Method, Client Credentials Bearer Token HTTP Authorization Method, Null HTTP Authorization Method, Static Bearer Token HTTP Authorization Method in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify HTTP Configuration properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for HTTP Configuration in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify HTTP Servlet Extension properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--extension-name {name}
Description | The name of the HTTP Servlet Extension |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for HTTP Servlet Extension or one of its subcomponents Availability State HTTP Servlet Extension, Config HTTP Servlet Extension, Consent HTTP Servlet Extension, Delegated Admin HTTP Servlet Extension, Directory REST API HTTP Servlet Extension, File Server HTTP Servlet Extension, Gateway HTTP Servlet Extension, Scripted HTTP Servlet Extension, JSON PDP API HTTP Servlet Extension, SCIM HTTP Servlet Extension, Metrics HTTP Servlet Extension, Open Banking HTTP Servlet Extension, PDP Endpoint HTTP Servlet Extension, Prometheus Monitoring HTTP Servlet Extension, Quickstart HTTP Servlet Extension, SCIM2 HTTP Servlet Extension, Sideband API HTTP Servlet Extension, Standard HTTP Servlet Extension, Third Party HTTP Servlet Extension, Velocity HTTP Servlet Extension in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify ID Token Validator properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--validator-name {name}
Description | The name of the ID Token Validator |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for ID Token Validator or one of its subcomponents OpenID Connect ID Token Validator, PingOne ID Token Validator in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Identity Mapper properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--mapper-name {name}
Description | The name of the Identity Mapper |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Identity Mapper or one of its subcomponents Aggregate Identity Mapper, DN Identity Mapper, Exact Match Identity Mapper, Scripted Identity Mapper, Regular Expression Identity Mapper, Third Party Identity Mapper in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Inter Server Authentication Info properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--instance-name {name}
Description | The name of the Server Instance |
Required | No |
Multi-Valued | No |
--listener-name {name}
Description | The name of the Server Instance Listener |
Required | No |
Multi-Valued | No |
--info-name {name}
Description | The name of the Inter Server Authentication Info |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Inter Server Authentication Info or one of its subcomponents Certificate Inter Server Authentication Info, Password Inter Server Authentication Info in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify JSON Attribute Mapping Field properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--map-name {name}
Description | The name of the Attribute Map |
Required | No |
Multi-Valued | No |
--mapping-name {name}
Description | The name of the JSON Attribute Mapping |
Required | No |
Multi-Valued | No |
--field-name {name}
Description | The name of the JSON Attribute Mapping Field |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for JSON Attribute Mapping Field in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify JSON Attribute properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--pipe-name {name}
Description | The name of the Sync Pipe |
Required | No |
Multi-Valued | No |
--class-name {name}
Description | The name of the Sync Class |
Required | No |
Multi-Valued | No |
--attribute-name {name}
Description | The name of the JSON Attribute |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for JSON Attribute in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Key Manager Provider properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--provider-name {name}
Description | The name of the Key Manager Provider |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Key Manager Provider or one of its subcomponents File Based Key Manager Provider, PKCS11 Key Manager Provider, Third Party Key Manager Provider in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Key Pair properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--pair-name {name}
Description | The name of the Key Pair |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Key Pair in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify LDAP SDK Debug Logger properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for LDAP SDK Debug Logger in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify License properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for License in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Location properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--location-name {name}
Description | The name of the Location |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Location in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Log Field Behavior properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--behavior-name {name}
Description | The name of the Log Field Behavior |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Log Field Behavior or one of its subcomponents JSON Formatted Access Log Field Behavior, Text Access Log Field Behavior in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Log Field Syntax properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--syntax-name {name}
Description | The name of the Log Field Syntax |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Log Field Syntax or one of its subcomponents Attribute Based Log Field Syntax, JSON Log Field Syntax in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Log File Rotation Listener properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--listener-name {name}
Description | The name of the Log File Rotation Listener |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Log File Rotation Listener or one of its subcomponents Copy Log File Rotation Listener, Summarize Log File Rotation Listener, Third Party Log File Rotation Listener, Upload To S3 Log File Rotation Listener in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Log Publisher Message Exclusion Policy properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--policy-name {name}
Description | The name of the Log Publisher Message Exclusion Policy |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Log Publisher Message Exclusion Policy or one of its subcomponents Error Log Publisher Message Exclusion Policy in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Log Publisher properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--publisher-name {name}
Description | The name of the Log Publisher |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Log Publisher or one of its subcomponents Access Log Publisher, HTTP Operation Log Publisher, Error Log Publisher, Sync Log Publisher, Debug Log Publisher, Policy Decision Log Publisher, Policy Query Log Publisher, Trace Log Publisher in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Log Retention Policy properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--policy-name {name}
Description | The name of the Log Retention Policy |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Log Retention Policy or one of its subcomponents File Count Log Retention Policy, Free Disk Space Log Retention Policy, Never Delete Log Retention Policy, Size Limit Log Retention Policy, Time Limit Log Retention Policy in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Log Rotation Policy properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--policy-name {name}
Description | The name of the Log Rotation Policy |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Log Rotation Policy or one of its subcomponents Fixed Time Log Rotation Policy, Never Rotate Log Rotation Policy, Size Limit Log Rotation Policy, Time Limit Log Rotation Policy in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Mac Secret Key properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--instance-name {name}
Description | The name of the Server Instance |
Required | No |
Multi-Valued | No |
--key-name {name}
Description | The name of the Mac Secret Key |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Monitor Provider properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--provider-name {name}
Description | The name of the Monitor Provider |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Monitor Provider or one of its subcomponents Active Operations Monitor Provider, Client Connection Monitor Provider, Disk Space Usage Monitor Provider, Encryption Settings Database Accessibility Monitor Provider, Entry Cache Monitor Provider, General Monitor Provider, Host System Monitor Provider, Memory Usage Monitor Provider, SSL Context Monitor Provider, Stack Trace Monitor Provider, System Info Monitor Provider, Third Party Monitor Provider, Version Monitor Provider in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Monitoring Endpoint properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--endpoint-name {name}
Description | The name of the Monitoring Endpoint |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Monitoring Endpoint or one of its subcomponents StatsD Monitoring Endpoint in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Obscured Value properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--value-name {name}
Description | The name of the Obscured Value |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Obscured Value in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Passphrase Provider properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--provider-name {name}
Description | The name of the Passphrase Provider |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Passphrase Provider or one of its subcomponents Amazon Secrets Manager Passphrase Provider, Azure Key Vault Passphrase Provider, Conjur Passphrase Provider, Environment Variable Passphrase Provider, File Based Passphrase Provider, Obscured Value Passphrase Provider, Third Party Passphrase Provider, Vault Passphrase Provider in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Password Generator properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--generator-name {name}
Description | The name of the Password Generator |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Password Generator or one of its subcomponents Scripted Password Generator, Passphrase Password Generator, Random Password Generator, Third Party Password Generator in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Password Policy properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--policy-name {name}
Description | The name of the Password Policy |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Password Policy in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Password Storage Scheme properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--scheme-name {name}
Description | The name of the Password Storage Scheme |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Password Validator properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--validator-name {name}
Description | The name of the Password Validator |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Password Validator or one of its subcomponents Attribute Value Password Validator, Character Set Password Validator, Dictionary Password Validator, Disallowed Characters Password Validator, Scripted Password Validator, Haystack Password Validator, Length Based Password Validator, Pwned Passwords Password Validator, Regular Expression Password Validator, Repeated Characters Password Validator, Similarity Based Password Validator, Third Party Password Validator, Unique Characters Password Validator, Utf 8 Password Validator in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Plugin properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--plugin-name {name}
Description | The name of the Plugin |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Plugin Root properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Plugin Root in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Post LDIF Export Task Processor properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--processor-name {name}
Description | The name of the Post LDIF Export Task Processor |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Post LDIF Export Task Processor or one of its subcomponents Third Party Post LDIF Export Task Processor, Upload To S3 Post LDIF Export Task Processor in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Prometheus Monitor Attribute Metric properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--extension-name {name}
Description | The name of the Prometheus Monitoring HTTP Servlet Extension |
Required | No |
Multi-Valued | No |
--metric-name {name}
Description | The name of the Prometheus Monitor Attribute Metric |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Prometheus Monitor Attribute Metric in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Recurring Task Chain properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--chain-name {name}
Description | The name of the Recurring Task Chain |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Recurring Task Chain in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Recurring Task properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--task-name {name}
Description | The name of the Recurring Task |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Recurring Task or one of its subcomponents Audit Data Security Recurring Task, Backup Recurring Task, Collect Support Data Recurring Task, Delay Recurring Task, Enter Lockdown Mode Recurring Task, Exec Recurring Task, File Retention Recurring Task, Generate Server Profile Recurring Task, LDIF Export Recurring Task, Leave Lockdown Mode Recurring Task, Statically Defined Recurring Task, Third Party Recurring Task in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Root DN properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Root DN in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Root DN User properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--user-name {name}
Description | The name of the Root DN User |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify SASL Mechanism Handler properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--handler-name {name}
Description | The name of the SASL Mechanism Handler |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for SASL Mechanism Handler or one of its subcomponents Anonymous SASL Mechanism Handler, Cram MD5 SASL Mechanism Handler, Digest MD5 SASL Mechanism Handler, External SASL Mechanism Handler, GSSAPI SASL Mechanism Handler, OAuth Bearer SASL Mechanism Handler, Ping Identity Inter Server SASL Mechanism Handler, Plain SASL Mechanism Handler, Third Party SASL Mechanism Handler, UnboundID Certificate Plus Password SASL Mechanism Handler, UnboundID Delivered OTP SASL Mechanism Handler, UnboundID External Auth SASL Mechanism Handler, UnboundID Inter Server SASL Mechanism Handler, UnboundID Ms Chap V2 SASL Mechanism Handler, UnboundID TOTP SASL Mechanism Handler, UnboundID Yubikey OTP SASL Mechanism Handler in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify SCIM2 Attribute Mapping properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--mapping-name {name}
Description | The name of the SCIM2 Attribute Mapping |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for SCIM2 Attribute Mapping or one of its subcomponents Boolean SCIM2 Attribute Mapping, Composed Complex SCIM2 Attribute Mapping, Date Time SCIM2 Attribute Mapping, JSON Formatted Complex SCIM2 Attribute Mapping, Number SCIM2 Attribute Mapping, Postal Address SCIM2 Attribute Mapping, Static Value SCIM2 Attribute Mapping, String SCIM2 Attribute Mapping, Third Party SCIM2 Attribute Mapping in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify SCIM2 Endpoint Mapping properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--mapping-name {name}
Description | The name of the SCIM2 Endpoint Mapping |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for SCIM2 Endpoint Mapping in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Sensitive Kafka Producer Property properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--property-name {name}
Description | The name of the Sensitive Kafka Producer Property |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Sensitive Kafka Producer Property in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Server Group properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--group-name {name}
Description | The name of the Server Group |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Server Group in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Server Instance Listener properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--instance-name {name}
Description | The name of the Server Instance |
Required | No |
Multi-Valued | No |
--listener-name {name}
Description | The name of the Server Instance Listener |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Server Instance Listener or one of its subcomponents HTTP Server Instance Listener, LDAP Server Instance Listener in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Server Instance properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--instance-name {name}
Description | The name of the Server Instance |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Server Instance or one of its subcomponents Authorize Server Instance, Directory Server Instance, Metrics Engine Server Instance, Proxy Server Instance, Sync Server Instance in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Sync Class properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--pipe-name {name}
Description | The name of the Sync Pipe |
Required | No |
Multi-Valued | No |
--class-name {name}
Description | The name of the Sync Class |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Sync Class in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Sync Destination Plugin properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--plugin-name {name}
Description | The name of the Sync Destination Plugin |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Sync Destination Plugin or one of its subcomponents LDAP Sync Destination Plugin, Kafka Sync Destination Plugin in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Sync Destination properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--destination-name {name}
Description | The name of the Sync Destination |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Sync Destination or one of its subcomponents LDAP Sync Destination, JDBC Sync Destination, Scripted Sync Destination, Kafka Sync Destination, Mock Sync Destination, PingOne Sync Destination, SCIM2 Sync Destination, SCIM Sync Destination, Third Party Sync Destination in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Sync Pipe Plugin properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--plugin-name {name}
Description | The name of the Sync Pipe Plugin |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Sync Pipe Plugin or one of its subcomponents Scripted Sync Pipe Plugin, Third Party Sync Pipe Plugin in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Sync Pipe properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--pipe-name {name}
Description | The name of the Sync Pipe |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Sync Pipe in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Sync Source Plugin properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--plugin-name {name}
Description | The name of the Sync Source Plugin |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Sync Source Plugin or one of its subcomponents LDAP Sync Source Plugin in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Sync Source properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--source-name {name}
Description | The name of the Sync Source |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Sync Source or one of its subcomponents LDAP Sync Source, JDBC Sync Source, Scripted Sync Source, Mock Sync Source, PingOne Sync Source, SCIM Sync Source, Third Party Sync Source in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Token Claim Validation properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--validator-name {name}
Description | The name of the ID Token Validator |
Required | No |
Multi-Valued | No |
--validation-name {name}
Description | The name of the Token Claim Validation |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Token Claim Validation or one of its subcomponents Boolean Token Claim Validation, String Array Token Claim Validation, String Token Claim Validation in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Topology Admin User properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--user-name {name}
Description | The name of the Topology Admin User |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Trust Manager Provider properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--provider-name {name}
Description | The name of the Trust Manager Provider |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Trust Manager Provider or one of its subcomponents Blind Trust Manager Provider, File Based Trust Manager Provider, JVM Default Trust Manager Provider, Third Party Trust Manager Provider in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Trusted Certificate properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--certificate-name {name}
Description | The name of the Trusted Certificate |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Trusted Certificate in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Vault Authentication Method properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--method-name {name}
Description | The name of the Vault Authentication Method |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Vault Authentication Method or one of its subcomponents App Role Vault Authentication Method, Static Token Vault Authentication Method, User Pass Vault Authentication Method in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Velocity Context Provider properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--extension-name {name}
Description | The name of the Velocity HTTP Servlet Extension |
Required | No |
Multi-Valued | No |
--provider-name {name}
Description | The name of the Velocity Context Provider |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Velocity Context Provider or one of its subcomponents Third Party Velocity Context Provider, Velocity Tools Velocity Context Provider in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Velocity Template Loader properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--extension-name {name}
Description | The name of the Velocity HTTP Servlet Extension |
Required | No |
Multi-Valued | No |
--loader-name {name}
Description | The name of the Velocity Template Loader |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Velocity Template Loader in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Web Application Extension properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following: dsconfig set-example-prop --example-name 'An Object' --set enabled:true Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system): dsconfig set-example-prop --example-name 'An Object' --set 'password
--extension-name {name}
Description | The name of the Web Application Extension |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be resetSee properties for Web Application Extension or one of its subcomponents Console Web Application Extension in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-V
--version
Description | Display Data Sync Server version information |
-H
--help
Description | Display general usage information |
--help-ldap
Description | Display help for using LDAP options |
--help-sasl
Description | Display help for using SASL options |
--help-debug
Description | Display help for using debug options |
Advanced | Yes |
--advanced
Description | Allow the configuration of advanced components and properties |
-v
--verbose
Description | Use verbose mode |
-Q
--quiet
Description | Use quiet mode |
-n
--no-prompt
Description | Use non-interactive mode. If data in the command is missing, you will not be prompted and the tool will fail |
-F {batchFilePath}
--batch-file {batchFilePath}
Description | Path to a file containing a sequence of dsconfig commands to run |
Required | No |
Multi-Valued | No |
--batch-continue-on-error
Description | Force the execution of all commands in the batch file on the server even if prevalidation fails. Execution will also continue even if one of the commands fails. Please note that commands affecting multiple servers can still fail to execute unless the --applyChangeTo argument is provided with the value server-group-force. Only applies if the batch file argument is also supplied |
--dry-run
Description | Validate configuration changes but do not apply them. This option can only be used along with the -F/--batch-file option |
--applyChangeTo [server-group|server-group-force|single-server]
Description | Controls whether changes apply to a single server or all servers in the configuration server group |
Allowed Values |
single-server server-group-force server-group |
Required | No |
Multi-Valued | No |
--offline
Description | Interact with the local configuration while the server is offline. Not for use while the server is running |
--writePreSetupHeader
Description | When operating in offline mode, write a header at the top of the LDIF file that allows setup to proceed even though changes have been applied. This is primarily intended only for the case in which the server is to be set up with a pre-existing encryption settings database and it is necessary to apply configuration changes for the cipher stream provider before invoking setup |
-r {reason}
--reason {reason}
Description | A string describing the reason for the configuration change |
Required | No |
Multi-Valued | No |
-Z
--useSSL
Description | Use SSL for secure communication with the server |
-q
--useStartTLS
Description | Use StartTLS to secure communication with the server |
--useNoSecurity
Description | Use no security when communicating with the server |
-h {host}
--hostname {host}
Description | Data Sync Server hostname or IP address |
Default Value | localhost |
Required | No |
Multi-Valued | No |
-p {port}
--port {port}
Description | Data Sync Server port number |
Default Value | 389 |
Required | No |
Multi-Valued | No |
-D {bindDN}
--bindDN {bindDN}
Description | DN used to bind to the server |
Default Value | cn=Directory Manager |
Required | No |
Multi-Valued | No |
-w {bindPassword}
--bindPassword {bindPassword}
Description | Password used to bind to the server |
Required | No |
Multi-Valued | No |
-j {bindPasswordFile}
--bindPasswordFile {bindPasswordFile}
Description | Bind password file |
Required | No |
Multi-Valued | No |
-o {name=value}
--saslOption {name=value}
Description | SASL bind options |
Required | No |
Multi-Valued | Yes |
-X
--trustAll
Description | Trust all server SSL certificates |
-P {truststorePath}
--trustStorePath {truststorePath}
Description | Certificate truststore path |
Default Value | /home/rocky/workspace/Core-Release-Pipeline/build/package/PingDataSync/config/truststore |
Required | No |
Multi-Valued | No |
-T {truststorePassword}
--trustStorePassword {truststorePassword}
Description | Certificate truststore PIN |
Required | No |
Multi-Valued | No |
-U {path}
--trustStorePasswordFile {path}
Description | Certificate truststore PIN file |
Required | No |
Multi-Valued | No |
--trustStoreFormat {trustStoreFormat}
Description | Certificate truststore format |
Required | No |
Multi-Valued | No |
-K {keystorePath}
--keyStorePath {keystorePath}
Description | Certificate keystore path |
Required | No |
Multi-Valued | No |
-W {keystorePassword}
--keyStorePassword {keystorePassword}
Description | Certificate keystore PIN |
Required | No |
Multi-Valued | No |
-u {keystorePasswordFile}
--keyStorePasswordFile {keystorePasswordFile}
Description | Certificate keystore PIN file |
Required | No |
Multi-Valued | No |
--keyStoreFormat {keyStoreFormat}
Description | Certificate keystore format |
Required | No |
Multi-Valued | No |
-N {nickname}
--certNickname {nickname}
Description | Nickname of the certificate for SSL client authentication |
Required | No |
Multi-Valued | No |
--propertiesFilePath {propertiesFilePath}
Description | Path to the file that contains default property values used for command-line arguments |
Required | No |
Multi-Valued | No |
--noPropertiesFile
Description | Specify that no properties file will be used to get default command-line argument values |
--script-friendly
Description | Use script-friendly mode |
--help-classifications
Description | Display subcommands relating to connection and operation classification |
--help-core-server
Description | Display subcommands relating to core |
--help-database
Description | Display subcommands relating to backends, indexing, and caching |
--help-ldap-admin
Description | Display subcommands relating to ldap (administration and monitoring) |
--help-logging
Description | Display subcommands relating to logging, monitoring, and notifications |
--help-security
Description | Display subcommands relating to security and authorization |
--help-sync
Description | Display subcommands relating to external synchronization |
--help-topology
Description | Display subcommands relating to topology |
--help-web
Description | Display subcommands relating to web services and applications |
--help-subcommands
Description | Display all subcommands |