Modify¶
POST /api/v1/data_mask_rule/{data_mask_rule_uuid}/modify
Overview¶
Route Parameters¶
Parameter | Type | Required | Description |
---|---|---|---|
data_mask_rule_uuid | string | Y | The uuid of the data mask rule |
Body Request Parameters¶
Parameter | Type | Required | Description |
---|---|---|---|
name | string | Y | Rule name Allow empty: False Max length: 128 Allow empty string: False |
type | string | Y | Data type Example: logging Allow empty: True Optional values: ['logging', 'metric', 'object', 'custom_object', 'keyevent', 'tracing', 'rum', 'security', 'network', 'profiling', 'billing'] |
field | string | Y | Field name Allow empty: False Max length: 128 Allow empty string: False |
reExpr | string | Y | Regular expression Allow empty: False Max length: 5000 Allow empty string: False |
roleUUIDs | array | Y | Which roles in the workspace this rule applies to for data masking Example: ['xxx', 'xxx'] Allow empty: False |