Newer Version Available

This content describes an older version of this product. View Latest

DataDetPlcyDataSrchExps (Beta)

Represents data search expressions for scanning DataDetect scan policies based on Java regex. This object is available in API version 64.0 and later.

Data Detect is a pilot or beta service that is subject to the Beta Services Terms at Agreements - Salesforce.com or a written Unified Pilot Agreement if executed by Customer, and applicable terms in the Product Terms Directory. Use of this pilot or beta service is at the Customer's sole discretion.

Note

To opt in for beta, contact your Salesforce account executive. After the org permission is enabled, users can access the Data Detect app from the App launcher.

When working with regex, Salesforce recommends Java 17 or later.

Note

Supported Calls

create(), delete(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), search(), undelete(), update(), upsert()

Fields

Field Details
DataDetectPolicyId
Type
reference
Properties
Create, Filter, Group, Sort
Description
ID of the scan policy associated with the data search expression.

This field is a relationship field.

Relationship Name
DataDetectPolicy
Relationship Type
Master-Detail
Refers To
DataDetectPolicy
Expression
Type
string
Properties
Create, Filter, Group, Sort, Update
Description
Regular expression that represents sensitive data to be scanned.
IsCaseSensitive
Type
boolean
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
Designates whether the expression is case-sensitive (true) or not (false).

The default value is false.

IsKeywordSearch
Type
boolean
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
Designates whether the expression can be used as a search keyword (true) or not (false).

The default value is false.

Name
Type
string
Properties
Create, Filter, Group, idLookup, Sort, Update
Description
Name of the expression.