NamedCredentialCollection¶
-
class
oci.management_agent.models.
NamedCredentialCollection
(**kwargs)¶ Bases:
object
Results of a Named Credential list request.
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.management_agent.models.NamedCredentialSummary]) – The value to assign to the items property of this NamedCredentialCollection.
-
items
¶ [Required] Gets the items of this NamedCredentialCollection. Named Credential summary.
Returns: The items of this NamedCredentialCollection. Return type: list[oci.management_agent.models.NamedCredentialSummary]
-