Field | Type | Description |
---|---|---|
id | String | Task ID. |
orgId | String | Organization ID. |
name | String | Task name. |
agentId | String | Agent that runs the task. |
runtimeEnvironmentId | String | Runtime environment used for the task. |
maxLogs | Long | Number of session log files and import log files Data Integration retains. |
description | String | Description. |
createTime | Date/time | Time the task was created. |
updateTime | Date/time | Last time the task was updated. |
createdBy | String | User who created the task. |
updatedBy | String | User who last updated the task. |
schemaMode | String | Mode in which Data Integration refreshes the data object schema. |
errorTaskEmail | Object that includes the taskEmail object for error notifications | |
id | String | Included in taskEmail object for errorTaskEmail. ID. |
emails | String | Included in taskEmail object for errorTaskEmail. Email address that receives email notification when a task fails to complete. |
successTaskEmail | Object that includes the taskEmail object for success notifications. | |
id | String | Included in taskEmail object for successTaskEmail. ID. |
emails | String | Included in taskEmail object for successTaskEmail. Email address that receives email notification when a task completes successfully. |
warningTaskEmail | Object that includes the taskEmail object for warning notifications. | |
id | String | Included in taskEmail object for warningTaskEmail. ID. |
emails | String | Included in taskEmail object for warningTaskEmail. Email address that receives email notification when a task completes with errors. |
parameters | Parameters associated with the task. Includes attributes in the mtTaskParameter object for each parameter. | |
id | Long | Included in the mtTaskParameter object. Parameter ID. |
name | String | Included in the mtTaskParameter object. Parameter name. |
type | String | Included in the mtTaskParameter object. Parameter type. |
text | String | Included in the mtTaskParameter object. Parameter value. |
label | String | Included in the mtTaskParameter object. Parameter label. |
description | String | Included in the mtTaskParameter object. Parameter description. |
sourceConnectionId | String | Included in the mtTaskParameter object. Source connection ID. |
targetConnectionId | String | Included in the mtTaskParameter object. Target connection ID. |
lookupConnectionId | String | Included in the mtTaskParameter object. Lookup connection ID. |
transfConnectionId | String | Included in the mtTaskParameter object. Connection ID of mapplet. Reserved for future use. |
midstreamConnectionId | String | Included in the mtTaskParameter object. Connection ID of midstream transformation. |
sourceObject | String | Included in the mtTaskParameter object. Source object name. |
sourceObjectLabel | String | Included in the mtTaskParameter object. Source object label. |
targetObject | String | Included in the mtTaskParameter object. Target object name. |
targetObjectLabel | String | Included in the mtTaskParameter object. Target object label. |
lookupObject | String | Included in the mtTaskParameter object. Lookup object name. |
lookupObjectLabel | String | Included in the mtTaskParameter object. Lookup object label. |
midstreamObject | String | Included in the mtTaskParameter object. Midstream object name. |
midstreamObjectLabel | String | Included in the mtTaskParameter object. Midstream object label. |
newObject | Boolean | Included in the mtTaskParameter object. Whether the application creates a new flat file target. Returns True when it creates a target. |
newObjectName | String | Included in the mtTaskParameter object. Name of the flat file target. |
operationType | String | Included in the mtTaskParameter object. The task operation for the target. |
truncateTarget | Boolean | Included in the mtTaskParameter object. Whether the application truncates a database target before writing to it. Returns True when it truncates the target. |
srcFFAttrs | Included in the mtTaskParameter object. Object that contains the source file attributes in the flatFileAttrs object. | |
tgtFFAttrs | Included in the mtTaskParameter object. Object that contains the target file attributes in the flatFileAttrs object. | |
lkpFFAttrs | Included in the mtTaskParameter object. Object that contains the lookup file attributes in the flatFileAttrs object. | |
flatFileAttrs | Object that includes attributes for the source, target, and lookup files. | |
id | Long | Included in the flatFileAttrs object. Field ID. |
delimiter | String | Included in the flatFileAttrs object. Character used to separate fields |
textQualifier | String | Included in the flatFileAttrs object. Quote character that defines the boundaries of text strings |
escapeChar | String | Included in the flatFileAttrs object. Character immediately preceding a field delimiter character embedded in an unquoted string, or immediately preceding the quote character in a quoted string |
headerLineNo | Int | Included in the flatFileAttrs object. Number of header lines |
firstDataRow | Int | Included in the flatFileAttrs object. The row number where the data begins in the file. |
rowDelimiter | Int | Included in the flatFileAttrs object. Line break character. Returns the decimal code for an ASCII character. |
consecutiveDelimiter | Boolean | Included in the flatFileAttrs object. Indicates whether one or more consecutive delimiters are treated as one. |
multiDelimitersAsAnd | Boolean | Included in the flatFileAttrs object. If the delimiter is more than one character, indicates whether the characters are treated as a single delimiter or multiple delimiters. |
customFuncCfg | Included in the mtTaskParameter object. Object that defines configuration for mapplets used in the task. Includes attributes in the customFuncConfig object for each mapplet. | |
id | Long | Included in the customFuncConfig object. Mapplet ID. |
connections | Included in the customFuncConfig object. Object to define connections used in a mapplet. Includes information in the pcsConnection object for each connection. | |
id | Long | Included in the pcsConnection object. |
name | String | Included in the pcsConnection object. Connection name. |
type | String | Included in the pcsConnection object. Connection type. |
subtype | String | Included in the pcsConnection object. Connection subtype. |
description | String | Included in the pcsConnection object. Description of the connection. |
connectionId | String | Included in the pcsConnection object. Connection ID. |
showBusinessNames | Boolean | Included in the mtTaskParameter object. Whether the task displays business names. Returns True when it shows business names. |
naturalOrder | Boolean | Included in the mtTaskParameter object. The order that the task uses to display fields. Returns True for the order returned by the connection. Returns False for alphabetic order. |
isRESTModernSource | Boolean | Included in the mtTaskParameter object. Always set to True to enable extended objects. |
customQuery | String | Included in the mtTaskParameter object. The custom query specified in Mapping Designer or mapping task query options. |
overriddenFields | Included in the mtTaskParameter object. Changes to field metadata in the mapping task. Includes information in the mtTaskOverriddenField object for each overridden field. | |
name | String | Included in the mtTaskOverriddenField object. Field name. |
type | String | Included in the mtTaskOverriddenField object. Field type. |
precision | Int | Included in the mtTaskOverriddenField object. Length of the field in bytes. |
scale | Int | Included in the mtTaskOverriddenField object. Number of digits after the decimal point for numeric values. |
platformType | String | Included in the mtTaskOverriddenField object. Platform data type for the field. |
tgtFieldRefs | String | Included in the mtTaskParameter object. Salesforce field reference IDs. |
extendedObject | Included in the mtTaskParameter object. The source or target with more than one object joined. | |
targetUpdateColumns | String | Included in the mtTaskParameter object. List of column names used to update records in the target object. |
runtimeAttrs | String | Included in the mtTaskParameter object. Advanced connection properties for connections used in a task. Use a runtimeAttrs object to define key-value pairs of advanced connection properties. Use an entry object for each key-value pair. For the attribute name, use the advanced connection property name as displayed in the Data Integration user interface. For more information about advanced connection properties, see the Data Integration help. |
dataFormat | Included in the mtTaskParameter object. Data format provided by the connector. Includes attributes in the dataFormat object for each connector. The dataFormat object is not applicable to all connectors. To see if dataFormat is applicable to the connectors you are using, see the help for the relevant connectors. | |
formatId | Included in the dataFormat object. Data format type provided by the connector, such as FLAT, AVRO, PARQUET, JSON, or XML. | |
dataFormatAttributes | Included in the dataFormat object. Format attributes for the data format type. For example, for a flat file, the dataFormatAttributes object includes values such as escapeChar, delimiter, and qualifier. | |
sequences | Defines values for the Sequence transformation. Includes the sequenceDefinition object for each sequence transformation. | |
txName | String | Included in the sequenceDefinition object. Name of the Sequence transformation. |
initialValue | String | Included in the sequenceDefinition object. The initial value of the sequence. |
currentValue | String | Included in the sequenceDefinition object. The value used for the last row added to the transformation. |
inOutParameters | In-out parameter used in the task. Includes a mtTaskInOutParameter object for each in-out parameter. | |
id | Long | Included in the mtTaskInOutParameter object. Parameter ID. |
name | String | Included in the mtTaskInOutParameter object. Parameter name. |
description | String | Included in the mtTaskInOutParameter object. Description of the parameter. |
initialValue | String | Included in the mtTaskInOutParameter object. Initial value for the parameter. |
datatype | String | Included in the mtTaskInOutParameter object. Data type of the parameter. |
precision | String | Included in the mtTaskInOutParameter object. Precision of the parameter. |
scale | String | Included in the mtTaskInOutParameter object. Scale of the parameter. |
retentionPolicy | String | Included in the mtTaskInOutParameter object. Determines when the task retains the current value. |
aggregationType | String | Included in the mtTaskInOutParameter object. Determines the final current value of the parameter when the task runs. |
currentValue | String | Included in the mtTaskInOutParameter object. Current value for the parameter. |
lastRunTime | Date/time | Time the task last run. |
masterTemplateId | String | Visio template ID. Returned when a Visio template is the basis of the task. |
mappingId | String | Mapping ID. Returned when a mapping is the basis for the task. |
scheduleId | String | Schedule associated with the task, if any. |
shortDescription | String | The first 50 characters of the description. |
sessionProperties | String | Advanced session properties associated with the task. Includes advanced session properties in a sessionProperties object. |
outboundMessageUrlToken | String | Outbound message URL token for the task, if it exists. |
outboundMessageUrlQueueTime | Long | Outbound message URL queue time for the task, if it exists. |
preProcessingCmd | String | Command to run before the task. |
postProcessingCmd | String | Command to run after the task completes. |
parameterFileName | String | The name of the parameter file used in the task. |
verbose | Boolean | Whether Data Integration generates additional data in the logs to use for troubleshooting purposes. Returns True or False. |
connRuntimeAttrs | Included in the mtTaskParameter parameter. Includes an mtTaskConnRuntimeAttr object for each connector. The connRuntimeAttrs object applies to the CDC connectors. | |
id | String | Included in the mtTaskConnRuntimeAttr object. Internal id for each mtTaskConnRuntimeAttr object. |
name | String | Included in the mtTaskConnRuntimeAttr object. The internal ID of a connection runtime attribute for a CDC connector. |
value | String | Included in the mtTaskConnRuntimeAttr object. The value associated with the name attribute. |
connectionID | String | Included in the mtTaskConnRuntimeAttr object. The CDC connection ID. |
Collection | Key Fields |
---|---|
mtTaskInOutParameter | name |
sequenceDefinition | txName |
mtTaskOverriddenField | name |
mtTaskParameter | name type |
objects | name |
Field | Type | Required | Description |
---|---|---|---|
name | String | Name of the task. | |
containerId | String | ID of the project or folder to contain the task. If not included in the request, the task is created in the Default folder. | |
description | String | Description of the task. | |
runtimeEnvironmentId | String | Yes | ID of the runtime environment used for the task. |
mappingId | String | Required when a mapping is the basis for task. | ID of the mapping used in the task. |
scheduleId | String | Schedule associated with the task, if any. | |
sessionProperties | String | Advanced session properties. Use a sessionProperties object to define key-value pairs of advanced session properties. Use an entry object for each key-value pair. For the attribute name, use the advanced session property name as displayed in the Data Integration user interface. | |
schemaMode | String | Mode in which Data Integration refreshes the data object schema. Use one of the following values:
Default is async. If you run multiple mapping tasks at the same time, Data Integration picks up the latest schema regardless of the schema mode. | |
errorTaskEmail | Object that includes the taskEmail object for error notifications | ||
id | String | Include in taskEmail object for errorTaskEmail. ID. | |
emails | String | Include in taskEmail object for errorTaskEmail. Email address that receives email notification when a task fails to complete. | |
successTaskEmail | Object that includes the taskEmail object for success notifications. | ||
id | String | Include in taskEmail object for successTaskEmail. ID. | |
emails | String | Include in taskEmail object for successTaskEmail. Email address that receives email notification when a task completes successfully. | |
warningTaskEmail | Object that includes the taskEmail object for warning notifications. | ||
id | String | Include in taskEmail object for warningTaskEmail. ID. | |
emails | String | Include in taskEmail object for warningTaskEmail. Email address that receives email notification when a task completes with errors. | |
parameters | Parameters associated with the task. Use an mtTaskParameter object to define the following attributes for each parameter. | ||
id | Long | Include in the mtTaskParameter object. System generated parameter ID. You cannot update this value | |
name | String | Include in the mtTaskParameter object. Parameter name. Key field for the mtTaskParameter collection. | |
type | String | Include in the mtTaskParameter object. Parameter type. Key field for the mtTaskParameter collection. Use one of the following values:
| |
text | String | Include in the mtTaskParameter object. Parameter value. | |
label | String | Include in the mtTaskParameter object. Parameter label. | |
description | String | Include in the mtTaskParameter object. Parameter description. | |
sourceConnectionId | String | Include in the mtTaskParameter object. Source connection ID. | |
targetConnectionId | String | Include in the mtTaskParameter object. Target connection ID. | |
lookupConnectionId | String | Include in the mtTaskParameter object. Lookup connection ID. | |
newFlatFile | Boolean | Include in the mtTaskParameter object. Whether Data Integration creates a new flat file target. Use one of the following values:
| |
flatFileName | String | Include in the mtTaskParameter object. Name of the flat file target. | |
newObject | Boolean | Include in the mtTaskParameter object. Whether the application creates a new flat file target. Returns True when it creates a target. | |
newObjectName | String | Include in the mtTaskParameter object. Name of the flat file target. | |
operationType | String | Include in the mtTaskParameter object. The task operation for the target. Use one of the following values:
Note: The Rowbased value corresponds to the Data Driven value in the user interface. | |
dataDrivenCondition | String | Include in the mtTaskParameter object. Applicable when operationType is Rowbased. Defines expressions that flag rows for an insert, update, delete, or reject operation. For example: IIF(ISNULL (ISDELETED), DD_INSERT | |
truncateTarget | Boolean | Include in the mtTaskParameter object. Whether the application truncates a database target before writing to it. Use one of the following values:
| |
srcFFAttrs | Include in the mtTaskParameter object. Object for the source file attributes. Include the attributes in the flatFileAttrs object. | ||
tgtFFAttrs | Include in the mtTaskParameter object. Object for the target file attributes. Include the attributes in the flatFileAttrs object. | ||
lkpFFAttrs | Include in the mtTaskParameter object. Object for the lookup file attributes. Include the attributes in the flatFileAttrs object. | ||
flatFileAttrs | Object to hold attributes for the source, target, and lookup files. | ||
id | Long | Include in the flatFileAttrs object. Field ID. | |
delimiter | String | Include in the flatFileAttrs object. Character used to separate fields. | |
textQualifier | String | Include in the flatFileAttrs object. Quote character that defines the boundaries of text strings. | |
escapeChar | String | Include in the flatFileAttrs object. Character immediately preceding a field delimiter character embedded in an unquoted string, or immediately preceding the quote character in a quoted string. | |
headerLineNo | Int | Include in the flatFileAttrs object. Number of header lines. | |
firstDataRow | Int | Include in the flatFileAttrs object. The row number where the data begins in the file. | |
rowDelimiter | Int | Include in the flatfileAttrs object. Line break character. Enter the decimal code for an ASCII character between 1 and 32. Default is 10, which is the line feed character. | |
consecutiveDelimiter | Boolean | Included in the flatFileAttrs object. Indicates whether one or more consecutive delimiters are treated as one. Default is false. | |
multiDelimitersAsAnd | Boolean | Included in the flatFileAttrs object. If the delimiter is more than one character, indicates whether the characters are treated as a single delimiter or multiple delimiters. Default is true. | |
customFuncCfg | Include in the mtTaskParameter object. Object to define configuration for mapplets used in the task. Use a customFuncConfig object to define each mapplet. | ||
id | Long | Include in the customFuncConfig object. Mapplet ID. | |
connections | Include in the customFuncConfig object. Object to define connections used in a mapplet. Use a pcsConnection object for each connection. For more information about connections, see Connections. | ||
id | Long | Include in the pcsConnection object. | |
name | String | Include in the pcsConnection object. Connection name. | |
type | String | Include in the pcsConnection object. Connection type. | |
subtype | String | Include in the pcsConnection object. Connection subtype. | |
description | String | Include in the pcsConnection object. Description of the connection. | |
connectionId | String | Include in the pcsConnection object. Connection ID. | |
overriddenFields | Include in the mtTaskParameter object. Changes to field metadata in the mapping task. Use the mtTaskOverriddenField object for each overridden field. | ||
name | String | Include in the mtTaskOverriddenField object. Field name. Key field for the mtTaskOverriddenField collection. | |
type | String | Include in the mtTaskOverriddenField object. Field type. | |
precision | Int | Include in the mtTaskOverriddenField object. Length of the field in bytes. | |
scale | Int | Include in the mtTaskOverriddenField object. Number of digits after the decimal point for numeric values. | |
platformType | String | Include in the mtTaskOverriddenField object. Platform data type for the field. | |
tgtFieldRefs | String | Include in the mtTaskParameter object. Salesforce field reference IDs. | |
runtimeAttrs | String | Include in the mtTaskParameter object. Advanced connection properties for connections used in a task. Use a runtimeAttrs object to define key-value pairs of advanced connection properties. Use an entry object for each key-value pair. For the attribute name, use the advanced connection property name as displayed in the Data Integration user interface. For more information about advanced connection properties, see the Data Integration help. | |
parameterFileName | String | Include in the mtTaskParameter object. Name of the parameter file used in the task. | |
parameterFileDir | String | Include in the mtTaskParameter object. Path for the directory that contains the parameter file. | |
dataFormat | Include in the mtTaskParameter object. Data format provided by the connector. Include attributes in the dataFormat object for each connector. The dataFormat object is not applicable to all connectors. To see if dataFormat is applicable to the connectors you are using, see the help for the relevant connectors. | ||
formatId | String | Include in the dataFormat object. Data format type provided by the connector, such as FLAT, AVRO, PARQUET, JSON, or XML. | |
fwConfigId | String | Required when formatID is set to Flat and fixed-width mode is used. | Include in the dataFormat object. Valid fixed-width format ID. |
dataFormatAttributes | String | Include in the dataFormat object. Format attributes for the data format type. For example, for a flat file data format, the dataFormatAttributes object includes values such as escapeChar, delimiter, and qualifier. | |
inOutParameters | In-out parameter used in the task. Include an mtTaskInOutParameter object for each in-out parameter. | ||
id | Long | Include in the mtTaskInOutParameter object. Parameter ID. | |
name | String | Include in the mtTaskInOutParameter object. Parameter name. Key field in the mtTaskInOutParameter collection. | |
description | String | Include in the mtTaskInOutParameter object. Description of the parameter. | |
initialValue | String | Include in the mtTaskInOutParameter object. Initial value for the parameter. | |
datatype | String | Include in the mtTaskInOutParameter object. Data type of the parameter. | |
precision | String | Include in the mtTaskInOutParameter object. Precision of the parameter. | |
scale | String | Include in the mtTaskInOutParameter object. Scale of the parameter. | |
retentionPolicy | String | Include in the mtTaskInOutParameter object. Determines when the task retains the current value. Include one of the following values:
| |
aggregationType | String | Include in the mtTaskInOutParameter object. Determines the final current value of the parameter when the task runs. | |
currentValue | String | Include in the mtTaskInOutParameter object. Current value for the parameter. | |
masterTemplateId | String | Required when task uses a Visio template. | ID of the Visio template used in the task. |
outboundMessageUrlToken | String | Outbound message URL token for the task, if it exists. | |
outboundMessageUrlQueueTime | Long | Outbound message URL queue time for the task, if it exists. | |
preProcessingCmd | String | Command to run before the task. | |
postProcessingCmd | String | Command to run after the task completes. | |
maxLogs | Long | Number of session log files and import log files to retain. By default, Data Integration stores each type of log file for 10 runs before it overwrites the log files for new runs. | |
verbose | Boolean | Whether to generate additional data in the logs to use for troubleshooting purposes. Use True or False. | |
agentId | String | Agent that runs the task. | |
sequences | Defines values for the Sequence transformation. Use a sequenceDefinition object for each sequence transformation. | ||
txName | String | Include in the sequenceDefinition object. Name of the Sequence transformation. Key field in the sequenceDefinition collection. | |
initialValue | String | Include in the sequenceDefinition object. The initial value of the sequence. | |
currentValue | String | Include in the sequenceDefinition object. The value used for the last row added to the transformation. | |
connRuntimeAttrs | Include in the mtTaskParameter parameter. Include an mtTaskConnRuntimeAttr object for each CDC connector for which runtime attributes will be changed. The connRuntimeAttrs object applies to the CDC connectors. | ||
id | String | Required for connRuntimeAttrs object. | Include in the mtTaskConnRuntimeAttr object. Include the internal ID of the mtTaskConnRuntimeAttr object. |
name | String | Required for mtTaskConnRuntimeAttr. | Include in the mtTaskConnRuntimeAttr object. Use one of the following names for the runtime attributes:
|
value | String | Include in the mtTaskConnRuntimeAttr object. Use a valid value for the specified attribute name:
| |
connectionID | String | Required for mtTaskConnRuntimeAttr object. | Include in the mtTaskConnRuntimeAttr object. Include the CDC connection ID. |
Masking Technique | Attributes |
---|---|
Credit Card |
|
Custom Substitution |
|
Email address |
|
IP address |
|
Key Date |
|
Key Numeric |
|
Key String |
|
Phone |
|
Random Date |
|
Random Numeric |
|
Random String |
|
SIN |
|
SSN |
|
Substitution City |
|
Substitution Country |
|
Substitution Female Name |
|
Substitution Last Name |
|
Substitution Male Name |
|
Substitution Name |
|
Substitution Position |
|
Substitution State |
|
Substitution Street |
|
Substitution U.S. ZIP code |
|
URL |
|
Attribute | Description |
---|---|
blurHigh | Required. The higher bound for blurring. You can specify the value in digits. Default is 0. |
blurLow | Required. The lower bound for blurring. You can specify the value in digits. Default is 0. |
blurringOption | Required. The unit of blurring for a numeric port. You can specify the following values:
|
blurringUnit | Required. The unit of blurring for a date port. You can specify the following values:
Default is Year. |
delimiter | Delimiter to separate the first name and last name in a masked email address. You can specify the value as:
|
DicConn | The connection that contains the dictionary files. Create a flat file connection that points to the directory with the dictionary files. Specify the flat file connection name. |
dicName | The name of the flat file dictionary file. The dictionary file must be present in the rdtmDir directory of the Secure Agent. |
domainConstantValue | Domain name to use in masked email addresses. Default is company.com. |
expText | An attribute to configure an expression. |
firstNameColumn | The first name column to use in masked email addresses. Specify the name of the port. |
firstNameLength | The length of the first name in a masked email address. You can specify the value in digits. Default is 5. |
isSeeded | An attribute to configure repeatable output. You can specify the following values:
Default is TRUE. |
keepCardIssuer | Masks a credit card field with a credit card number from the same issuer. You can specify the following values:
When false, define the targetIssuer attribute. Default is TRUE. |
lastNameColumn | The last name column to use in masked email addresses. Specify the name of the port. |
lastNameLength | The maximum length of the last name in masked email addresses. You can enter the value in digits. Default is 5. |
maskFormat | Defines the type of character to substitute for each character in the input data. You can limit each character to an alphabetic, numeric, or alphanumeric character type. Use the following characters to define a mask format:
Specify the value as ADNX+R. R must appear as the last character. For example, to ensure the masked output begins with an alphabet, enter the value as A+R. Default is R. |
maxWidth | Required. The minimum value for the range. Enter the value in digits. Default is 0. |
maxWidth | Required. The maximum value for the range. Enter the datetime value. Default is 01/19/2038 03:13:59. |
minWidth | Required. The minimum value for the range. Enter the datetime value. Default is 01/01/1970 00:00:00. |
minWdth | Required. The minimum value for the range. Enter the value in digits. Default is 0. |
outputPort | The output port column from the dictionary. |
seedValue | The seed value. Specify a value between 1 and 999. Default is 190. |
srcFilterOption | Required. The type of filter to apply to source filter characters. You can specify the following values:
|
srcFilterStr | Required. Defines the characters in the source string that you want to mask. |
startDigit | Required. Defines the first digit of the masked SIN. You can specify the following values:
Default is FALSE. When true, define the startDigitValue attribute. |
startDigitValue | Required. Defines the first digit of the masked SIN. Specify a value between 0 and 9. Default is 0. |
targetFilterOption | Required. The type of filter to apply on target filter characters. You can specify the following values:
|
targetFilterStr | Required. Substitutes the characters in a target string with the characters that you define in target filter characters. For example, enter the following characters to configure the masked output to contain all uppercase alphabetic characters: ABCDEFGHIJKLMNOPQRSTUVWXYZ. |
targetIssuer | Required. Masked values contain credit card numbers from the issuer that you select. You can specify the following values:
|
useBlurring | Required. Masks dates based on a variance that you apply to a unit of the date. The masked date is within the variance. You can specify the following values:
Default is FALSE. |
useMaskFormat | Specifies a mask format. You can specify the following values:
Default is TRUE. If true, define the maskFormat attribute. |
useRange | Required. Specifies a return value between the minimum and maximum values of the range based on field precision. You can specify the following values:
To define the range, configure the minimum and maximum ranges or configure a blurring range based on a variance from the original source value. Default is FALSE. |
useSrcFilter | Specifies the characters in the source string that you want to mask. You can specify the following values:
Default is FALSE. |
useTargetFilter | Specifies the characters to use in the masked string. You can specify the following values:
Default is FALSE. |