DatabaseToolsIdentityCollection¶
-
class
oci.database_tools.models.DatabaseToolsIdentityCollection(**kwargs)¶ Bases:
objectList of Database Tools identity summary items.
Methods
__init__(**kwargs)Initializes a new DatabaseToolsIdentityCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this DatabaseToolsIdentityCollection. -
__init__(**kwargs)¶ Initializes a new DatabaseToolsIdentityCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.database_tools.models.DatabaseToolsIdentitySummary]) – The value to assign to the items property of this DatabaseToolsIdentityCollection.
-
items¶ [Required] Gets the items of this DatabaseToolsIdentityCollection. Array of Database Tools identity summary items.
Returns: The items of this DatabaseToolsIdentityCollection. Return type: list[oci.database_tools.models.DatabaseToolsIdentitySummary]
-