SchemaSummary¶
-
class
oci.data_safe.models.
SchemaSummary
(**kwargs)¶ Bases:
object
The details of a schema fetched from the database.
Methods
__init__
(**kwargs)Initializes a new SchemaSummary object with values from keyword arguments. Attributes
is_oracle_maintained
[Required] Gets the is_oracle_maintained of this SchemaSummary. schema_name
[Required] Gets the schema_name of this SchemaSummary. -
__init__
(**kwargs)¶ Initializes a new SchemaSummary 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 SchemaSummary.
- is_oracle_maintained (bool) – The value to assign to the is_oracle_maintained property of this SchemaSummary.
-
is_oracle_maintained
¶ [Required] Gets the is_oracle_maintained of this SchemaSummary. Indicates if the schema is oracle supplied.
Returns: The is_oracle_maintained of this SchemaSummary. Return type: bool
-
schema_name
¶ [Required] Gets the schema_name of this SchemaSummary. Name of the schema.
Returns: The schema_name of this SchemaSummary. Return type: str
-