DataAccessContainerSummary¶
-
class
oci.database_management.models.
DataAccessContainerSummary
(**kwargs)¶ Bases:
object
A summary of the ContainerDataAccess user.
Methods
__init__
(**kwargs)Initializes a new DataAccessContainerSummary object with values from keyword arguments. Attributes
name
Gets the name of this DataAccessContainerSummary. -
__init__
(**kwargs)¶ Initializes a new DataAccessContainerSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: name (str) – The value to assign to the name property of this DataAccessContainerSummary.
-
name
¶ Gets the name of this DataAccessContainerSummary. The name of the container included in the attribute.
Returns: The name of this DataAccessContainerSummary. Return type: str
-