CredentialCollection

class oci.database_tools_runtime.models.CredentialCollection(**kwargs)

Bases: object

List of CredentialSummary items.

Methods

__init__(**kwargs) Initializes a new CredentialCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this CredentialCollection.
__init__(**kwargs)

Initializes a new CredentialCollection 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.CredentialSummary]) – The value to assign to the items property of this CredentialCollection.
items

[Required] Gets the items of this CredentialCollection. Array of CredentialSummary items.

Returns:The items of this CredentialCollection.
Return type:list[oci.database_tools_runtime.models.CredentialSummary]