Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data PIIDetection = PIIDetection' {}
- newPIIDetection :: Text -> NonEmpty Text -> PiiType -> PIIDetection
- pIIDetection_maskValue :: Lens' PIIDetection (Maybe Text)
- pIIDetection_outputColumnName :: Lens' PIIDetection (Maybe Text)
- pIIDetection_sampleFraction :: Lens' PIIDetection (Maybe Double)
- pIIDetection_thresholdFraction :: Lens' PIIDetection (Maybe Double)
- pIIDetection_name :: Lens' PIIDetection Text
- pIIDetection_inputs :: Lens' PIIDetection (NonEmpty Text)
- pIIDetection_piiType :: Lens' PIIDetection PiiType
- pIIDetection_entityTypesToDetect :: Lens' PIIDetection [Text]
Documentation
data PIIDetection Source #
Specifies a transform that identifies, removes or masks PII data.
See: newPIIDetection
smart constructor.
PIIDetection' | |
|
Instances
:: Text | |
-> NonEmpty Text | |
-> PiiType | |
-> PIIDetection |
Create a value of PIIDetection
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:maskValue:PIIDetection'
, pIIDetection_maskValue
- Indicates the value that will replace the detected entity.
$sel:outputColumnName:PIIDetection'
, pIIDetection_outputColumnName
- Indicates the output column name that will contain any entity type
detected in that row.
$sel:sampleFraction:PIIDetection'
, pIIDetection_sampleFraction
- Indicates the fraction of the data to sample when scanning for PII
entities.
$sel:thresholdFraction:PIIDetection'
, pIIDetection_thresholdFraction
- Indicates the fraction of the data that must be met in order for a
column to be identified as PII data.
$sel:name:PIIDetection'
, pIIDetection_name
- The name of the transform node.
$sel:inputs:PIIDetection'
, pIIDetection_inputs
- The node ID inputs to the transform.
$sel:piiType:PIIDetection'
, pIIDetection_piiType
- Indicates the type of PIIDetection transform.
$sel:entityTypesToDetect:PIIDetection'
, pIIDetection_entityTypesToDetect
- Indicates the types of entities the PIIDetection transform will identify
as PII data.
PII type entities include: PERSON_NAME, DATE, USA_SNN, EMAIL, USA_ITIN, USA_PASSPORT_NUMBER, PHONE_NUMBER, BANK_ACCOUNT, IP_ADDRESS, MAC_ADDRESS, USA_CPT_CODE, USA_HCPCS_CODE, USA_NATIONAL_DRUG_CODE, USA_MEDICARE_BENEFICIARY_IDENTIFIER, USA_HEALTH_INSURANCE_CLAIM_NUMBER,CREDIT_CARD,USA_NATIONAL_PROVIDER_IDENTIFIER,USA_DEA_NUMBER,USA_DRIVING_LICENSE
pIIDetection_maskValue :: Lens' PIIDetection (Maybe Text) Source #
Indicates the value that will replace the detected entity.
pIIDetection_outputColumnName :: Lens' PIIDetection (Maybe Text) Source #
Indicates the output column name that will contain any entity type detected in that row.
pIIDetection_sampleFraction :: Lens' PIIDetection (Maybe Double) Source #
Indicates the fraction of the data to sample when scanning for PII entities.
pIIDetection_thresholdFraction :: Lens' PIIDetection (Maybe Double) Source #
Indicates the fraction of the data that must be met in order for a column to be identified as PII data.
pIIDetection_name :: Lens' PIIDetection Text Source #
The name of the transform node.
pIIDetection_inputs :: Lens' PIIDetection (NonEmpty Text) Source #
The node ID inputs to the transform.
pIIDetection_piiType :: Lens' PIIDetection PiiType Source #
Indicates the type of PIIDetection transform.
pIIDetection_entityTypesToDetect :: Lens' PIIDetection [Text] Source #
Indicates the types of entities the PIIDetection transform will identify as PII data.
PII type entities include: PERSON_NAME, DATE, USA_SNN, EMAIL, USA_ITIN, USA_PASSPORT_NUMBER, PHONE_NUMBER, BANK_ACCOUNT, IP_ADDRESS, MAC_ADDRESS, USA_CPT_CODE, USA_HCPCS_CODE, USA_NATIONAL_DRUG_CODE, USA_MEDICARE_BENEFICIARY_IDENTIFIER, USA_HEALTH_INSURANCE_CLAIM_NUMBER,CREDIT_CARD,USA_NATIONAL_PROVIDER_IDENTIFIER,USA_DEA_NUMBER,USA_DRIVING_LICENSE