PersonallyIdentifiableInformationConfiguration

class oci.generative_ai_inference.models.PersonallyIdentifiableInformationConfiguration(**kwargs)

Bases: object

Configuration for personally identifiable information detection.

Methods

__init__(**kwargs) Initializes a new PersonallyIdentifiableInformationConfiguration object with values from keyword arguments.

Attributes

types [Required] Gets the types of this PersonallyIdentifiableInformationConfiguration.
__init__(**kwargs)

Initializes a new PersonallyIdentifiableInformationConfiguration object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:types (list[str]) – The value to assign to the types property of this PersonallyIdentifiableInformationConfiguration.
types

[Required] Gets the types of this PersonallyIdentifiableInformationConfiguration. The types of personally identifiable information to detect.

Returns:The types of this PersonallyIdentifiableInformationConfiguration.
Return type:list[str]