SensitiveSchemaSummary

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

Bases: object

Summary of a sensitive schema present in a sensitive data model.

Methods

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

Attributes

schema_name [Required] Gets the schema_name of this SensitiveSchemaSummary.
__init__(**kwargs)

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

Parameters:schema_name (str) – The value to assign to the schema_name property of this SensitiveSchemaSummary.
schema_name

[Required] Gets the schema_name of this SensitiveSchemaSummary. The database schema that contains the sensitive column.

Returns:The schema_name of this SensitiveSchemaSummary.
Return type:str