ApiKeyCollection

class oci.generative_ai.models.ApiKeyCollection(**kwargs)

Bases: object

Results of a ApiKey search.

Methods

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

Attributes

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

Initializes a new ApiKeyCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.generative_ai.models.ApiKeySummary]) – The value to assign to the items property of this ApiKeyCollection.
items

[Required] Gets the items of this ApiKeyCollection. List of apiKeys.

Returns:The items of this ApiKeyCollection.
Return type:list[oci.generative_ai.models.ApiKeySummary]