CertificateListResult Class

The response model for the list certificate operation.

Inheritance
CertificateListResult

Constructor

CertificateListResult(*, value: Optional[List[azure.mgmt.automation.models._models_py3.Certificate]] = None, next_link: Optional[str] = None, **kwargs)

Parameters

value
list[Certificate]
Required

Gets or sets a list of certificates.

next_link
str
Required

Gets or sets the next link.