UserCredentialCollection¶
-
class
oci.database_tools_runtime.models.UserCredentialCollection(**kwargs)¶ Bases:
objectList of UserCredentialSummary items.
Methods
__init__(**kwargs)Initializes a new UserCredentialCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this UserCredentialCollection. -
__init__(**kwargs)¶ Initializes a new UserCredentialCollection 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_runtime.models.UserCredentialSummary]) – The value to assign to the items property of this UserCredentialCollection.
-
items¶ [Required] Gets the items of this UserCredentialCollection. Array of UserCredentialSummary items.
Returns: The items of this UserCredentialCollection. Return type: list[oci.database_tools_runtime.models.UserCredentialSummary]
-