NamedCredentialCollection

class oci.database_management.models.NamedCredentialCollection(**kwargs)

Bases: object

A collection of named credential summary.

Methods

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

Attributes

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

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

[Required] Gets the items of this NamedCredentialCollection. An array of named credential resources.

Returns:The items of this NamedCredentialCollection.
Return type:list[oci.database_management.models.NamedCredentialSummary]