Note: this is an abstract component that cannot be instantiated.
Note: this component stores cluster-wide configuration data and is mirrored across all servers in the topology within the the same cluster.
Note: changes to cluster-wide configuration objects are immediately and automatically mirrored across all servers within the same cluster, so offline changes are not supported.
Verification Code Generators are used by some Identity Authenticators to create a new verification code to validate e-mail addresses or telephone numbers for example.
↓Direct Subcomponents
↓Relations to This Component
↓Properties
↓dsconfig Usage
The following Verification Code Generators are available in the server :
These Verification Code Generators inherit from the properties described below.
The following components have a direct aggregation relation to Verification Code Generators:
The properties supported by this managed object are as follows:
Basic Properties: | Advanced Properties: |
---|---|
↓ description | None |
Description | A description for this Verification Code Generator |
Default Value | None |
Allowed Values | A string |
Multi-Valued | No |
Required | No |
Admin Action Required | None. Modification requires no further action |
To list the configured Verification Code Generators:
dsconfig list-verification-code-generators [--property {propertyName}] ...
To view the configuration for an existing Verification Code Generator:
dsconfig get-verification-code-generator-prop --generator-name {name} [--tab-delimited] [--script-friendly] [--property {propertyName}] ...
To update the configuration for an existing Verification Code Generator:
dsconfig set-verification-code-generator-prop --generator-name {name} (--set|--add|--remove) {propertyName}:{propertyValue} [(--set|--add|--remove) {propertyName}:{propertyValue}] ...
To delete an existing Verification Code Generator:
dsconfig delete-verification-code-generator --generator-name {name}