PreferredCredentialCollection¶
-
class
oci.database_management.models.
PreferredCredentialCollection
(**kwargs)¶ Bases:
object
A collection of preferred credential attributes.
Methods
__init__
(**kwargs)Initializes a new PreferredCredentialCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this PreferredCredentialCollection. -
__init__
(**kwargs)¶ Initializes a new PreferredCredentialCollection 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.PreferredCredentialSummary]) – The value to assign to the items property of this PreferredCredentialCollection.
-
items
¶ [Required] Gets the items of this PreferredCredentialCollection. The attributes of the preferred credential.
Returns: The items of this PreferredCredentialCollection. Return type: list[oci.database_management.models.PreferredCredentialSummary]
-