SensitiveDataModelSensitiveTypeSummary

class oci.data_safe.models.SensitiveDataModelSensitiveTypeSummary(**kwargs)

Bases: object

Summary of sensitive types present in a sensitive data model.

Methods

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

Attributes

count [Required] Gets the count of this SensitiveDataModelSensitiveTypeSummary.
sensitive_type_id [Required] Gets the sensitive_type_id of this SensitiveDataModelSensitiveTypeSummary.
__init__(**kwargs)

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

Parameters:
  • sensitive_type_id (str) – The value to assign to the sensitive_type_id property of this SensitiveDataModelSensitiveTypeSummary.
  • count (int) – The value to assign to the count property of this SensitiveDataModelSensitiveTypeSummary.
count

[Required] Gets the count of this SensitiveDataModelSensitiveTypeSummary. The total number of sensitive columns linked to this specific sensitive type .

Returns:The count of this SensitiveDataModelSensitiveTypeSummary.
Return type:int
sensitive_type_id

[Required] Gets the sensitive_type_id of this SensitiveDataModelSensitiveTypeSummary. The OCID of the sensitive type.

Returns:The sensitive_type_id of this SensitiveDataModelSensitiveTypeSummary.
Return type:str