CertificateAuthorityCollection

class oci.certificates_management.models.CertificateAuthorityCollection(**kwargs)

Bases: object

The results of a certificate authority (CA) search. This object contains CA summary objects and other data.

Methods

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

Attributes

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

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

Parameters:items (list[oci.certificates_management.models.CertificateAuthoritySummary]) – The value to assign to the items property of this CertificateAuthorityCollection.
items

[Required] Gets the items of this CertificateAuthorityCollection. List of CertificateAuthoritySummary.

Returns:The items of this CertificateAuthorityCollection.
Return type:list[oci.certificates_management.models.CertificateAuthoritySummary]