Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

SensitiveDataRuleElmnt

Represents a predefined PII, PHI, and PCI named-entity type supported by the PII Redaction Model Service. This object is available in API version 68.0 and later.

Each record maps to a specific entity type, such as PERSON, SSN, or CREDIT_CARD that the parent sensitive data rule detects and redacts, and optionally overrides the confidence threshold defined by the parent group.

Supported Calls

create(), delete(), describeSObjects(), query(), retrieve(), update(), upsert()

Fields

Field Details
Category
Type
picklist
Properties
Create, Filter, Group, Restricted picklist, Sort, Update
Description
Category of the named-entity type.
Possible values are:
  • PCI: Payment Card Industry Data
  • PHI: Protected Health Information
  • PII: Personally Identifiable Information
IsEnabled
Type
boolean
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
Indicates whether the entity type is active for the parent rule (true) or not (false).
The default value is false, which temporarily deactivates detection for the entity type without deleting the record.
SensitiveDataRuleElmntGrpId
Type
reference
Properties
Create, Filter, Group, Sort
Description
ID of the associated sensitive data rule element group.
This field is a relationship field.
Relationship Name
SensitiveDataRuleElmntGrp
Refers To
SensitiveDataRuleElmntGrp
Type
Type
picklist
Properties
Create, Filter, Group, Restricted picklist, Sort, Update
Description
PII/PCI named-entity type to detect and redact.
Possible values are:
  • ADDRESS
  • BANK_ACCOUNT
  • CREDIT_CARD
  • CREDIT_CARD_CVV
  • CREDIT_CARD_EXPIRY
  • EMAIL
  • PERSON
  • PHONE
  • PIN_PASSWORD
  • SSN