MaskingSchemaSummary¶
-
class
oci.data_safe.models.
MaskingSchemaSummary
(**kwargs)¶ Bases:
object
Summary of a masking schema present in masking policy.
Methods
__init__
(**kwargs)Initializes a new MaskingSchemaSummary object with values from keyword arguments. Attributes
schema_name
[Required] Gets the schema_name of this MaskingSchemaSummary. -
__init__
(**kwargs)¶ Initializes a new MaskingSchemaSummary 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 MaskingSchemaSummary.
-
schema_name
¶ [Required] Gets the schema_name of this MaskingSchemaSummary. The database schema that contains the masking column.
Returns: The schema_name of this MaskingSchemaSummary. Return type: str
-