FleetCredentialCollection¶
-
class
oci.fleet_apps_management.models.
FleetCredentialCollection
(**kwargs)¶ Bases:
object
Results of a fleetCredential search. Contains boh FleetCredentialSummary items and other information, such as metadata.
Methods
__init__
(**kwargs)Initializes a new FleetCredentialCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this FleetCredentialCollection. -
__init__
(**kwargs)¶ Initializes a new FleetCredentialCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.fleet_apps_management.models.FleetCredentialSummary]) – The value to assign to the items property of this FleetCredentialCollection.
-
items
¶ [Required] Gets the items of this FleetCredentialCollection. List of fleetCredentials.
Returns: The items of this FleetCredentialCollection. Return type: list[oci.fleet_apps_management.models.FleetCredentialSummary]
-