ProjectsLocationsCaPoolsCertificates
class ProjectsLocationsCaPoolsCertificates extends Resource (View source)
The "certificates" collection of methods.
Typical usage is:
$privatecaService = new Google\Service\CertificateAuthorityService(...);
$certificates = $privatecaService->projects_locations_caPools_certificates;
Methods
Create a new Certificate in a given Project, Location from a particular CaPool. (certificates.create)
Returns a Certificate. (certificates.get)
Lists Certificates. (certificates.listProjectsLocationsCaPoolsCertificates)
Update a Certificate. Currently, the only field you can update is the labels field. (certificates.patch)
Revoke a Certificate. (certificates.revoke)
Details
Certificate
create(string $parent, Certificate $postBody, array $optParams = [])
Create a new Certificate in a given Project, Location from a particular CaPool. (certificates.create)
Certificate
get(string $name, array $optParams = [])
Returns a Certificate. (certificates.get)
ListCertificatesResponse
listProjectsLocationsCaPoolsCertificates(string $parent, array $optParams = [])
Lists Certificates. (certificates.listProjectsLocationsCaPoolsCertificates)
Certificate
patch(string $name, Certificate $postBody, array $optParams = [])
Update a Certificate. Currently, the only field you can update is the labels field. (certificates.patch)
Certificate
revoke(string $name, RevokeCertificateRequest $postBody, array $optParams = [])
Revoke a Certificate. (certificates.revoke)