# Functions
Add creates a new certificate.
DeleteByID deletes a certificate based on the provided ID.
Get returns a collection of certificates based on the criteria defined by its input query parameter.
GetAll returns all certificates.
GetByID returns the certificate that matches the input ID.
No description provided by the author
NewCertificateResource initializes a certificate resource with a name and credentials.
NewCertificateService returns an certificateService with a preconfigured client.
No description provided by the author
Update modifies a Certificate based on the one provided as input.
# Structs
No description provided by the author
certificateService handles communication with Certificate-related methods of the Octopus API.
No description provided by the author
No description provided by the author