This page describe the parameters to use to start a scramble execution.
Main object
Field | Data Type | Description |
---|---|---|
DBConnection | string | Connection name |
ScramblingEntities | Array[EntitiesToScramble] | List of entities to scramble. |
EntitiesToScramble object
Field | Data Type | Description |
---|---|---|
ESpaceId | integer | eSpace SS_Key |
ESpaceSSKey | string | eSpace SS_Key |
ESpaceName | string | eSpace name |
EntitySSKey | string | entity SS_Key |
EntityName | string | entity name |
WhereClause | string | where filter to get the records where the scramble will be apply |
FieldsDecision | Array[FieldsDecision] | List of scramble actions to do |
FieldsDecision object
Field | Data Type | Description |
---|---|---|
ColumnName | string | Column name where the action will be apply |
MigrationFieldDecision | integer | Action code to apply in the column. The allowed values are: 50 (Scramble) , 60 (Anonymize) or 70 (StaticValue) |
MigrationFieldDecisionName | string | Action to apply in the column. The allowed values are: Scramble , Anonymize or StaticValue |
AttributeId | integer | Attribute id where the action will be apply |
StaticValueToUse | string | If the action is StaticValue, this is the value to use |