WlsDomainCredentialCollection

class oci.wlms.models.WlsDomainCredentialCollection(**kwargs)

Bases: object

This object contains a list of domain credentials.

Methods

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

Attributes

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

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

Parameters:items (list[oci.wlms.models.WlsDomainCredentialSummary]) – The value to assign to the items property of this WlsDomainCredentialCollection.
items

[Required] Gets the items of this WlsDomainCredentialCollection. List of WebLogic domain credentials.

Returns:The items of this WlsDomainCredentialCollection.
Return type:list[oci.wlms.models.WlsDomainCredentialSummary]