AuthenticationProviderCollection

class oci.oda.models.AuthenticationProviderCollection(**kwargs)

Bases: object

A collection of Authentication Provider summaries.

Methods

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

Attributes

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

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

Parameters:items (list[oci.oda.models.AuthenticationProviderSummary]) – The value to assign to the items property of this AuthenticationProviderCollection.
items

[Required] Gets the items of this AuthenticationProviderCollection. The Authentication Provider summaries.

Returns:The items of this AuthenticationProviderCollection.
Return type:list[oci.oda.models.AuthenticationProviderSummary]