This page describe the parameters to use to start a scramble execution.

Main object

FieldData TypeDescription
DBConnectionstringConnection name
ScramblingEntitiesArray[EntitiesToScramble]List of entities to scramble.

EntitiesToScramble object

FieldData TypeDescription
ESpaceIdintegereSpace SS_Key
ESpaceSSKeystringeSpace SS_Key
ESpaceNamestringeSpace name
EntitySSKeystringentity SS_Key
EntityNamestringentity name
WhereClausestringwhere filter to get the records where the scramble will be apply
FieldsDecisionArray[FieldsDecision]List of scramble actions to do

FieldsDecision object

FieldData TypeDescription
ColumnNamestringColumn name where the action will be apply
MigrationFieldDecisionintegerAction code to apply in the column. The allowed values are: 50 (Scramble) , 60 (Anonymize) or 70 (StaticValue)
MigrationFieldDecisionNamestringAction to apply in the column. The allowed values are: Scramble , Anonymize or StaticValue
AttributeIdintegerAttribute id where the action will be apply
StaticValueToUsestringIf the action is StaticValue, this is the value to use