AppsAuthorizedCertificates
class AppsAuthorizedCertificates extends Resource (View source)
The "authorizedCertificates" collection of methods.
Typical usage is:
$appengineService = new Google\Service\Appengine(...);
$authorizedCertificates = $appengineService->apps_authorizedCertificates;
Methods
Uploads the specified SSL certificate. (authorizedCertificates.create)
Deletes the specified SSL certificate. (authorizedCertificates.delete)
Gets the specified SSL certificate. (authorizedCertificates.get)
Lists all SSL certificates the user is authorized to administer.
Updates the specified SSL certificate. To renew a certificate and maintain its existing domain mappings, update certificate_data with a new certificate.
Details
AuthorizedCertificate
create(string $appsId, AuthorizedCertificate $postBody, array $optParams = [])
Uploads the specified SSL certificate. (authorizedCertificates.create)
AppengineEmpty
delete(string $appsId, string $authorizedCertificatesId, array $optParams = [])
Deletes the specified SSL certificate. (authorizedCertificates.delete)
AuthorizedCertificate
get(string $appsId, string $authorizedCertificatesId, array $optParams = [])
Gets the specified SSL certificate. (authorizedCertificates.get)
ListAuthorizedCertificatesResponse
listAppsAuthorizedCertificates(string $appsId, array $optParams = [])
Lists all SSL certificates the user is authorized to administer.
(authorizedCertificates.listAppsAuthorizedCertificates)
AuthorizedCertificate
patch(string $appsId, string $authorizedCertificatesId, AuthorizedCertificate $postBody, array $optParams = [])
Updates the specified SSL certificate. To renew a certificate and maintain its existing domain mappings, update certificate_data with a new certificate.
The new certificate must be applicable to the same domains as the original certificate. The certificate display_name may also be updated. (authorizedCertificates.patch)