class AppsAuthorizedCertificates extends Resource (View source)

The "authorizedCertificates" collection of methods.

Typical usage is:

 $appengineService = new Google\Service\Appengine(...);
 $authorizedCertificates = $appengineService->apps_authorizedCertificates;

Methods

create(string $appsId, AuthorizedCertificate $postBody, array $optParams = [])

Uploads the specified SSL certificate. (authorizedCertificates.create)

delete(string $appsId, string $authorizedCertificatesId, array $optParams = [])

Deletes the specified SSL certificate. (authorizedCertificates.delete)

get(string $appsId, string $authorizedCertificatesId, array $optParams = [])

Gets the specified SSL certificate. (authorizedCertificates.get)

listAppsAuthorizedCertificates(string $appsId, array $optParams = [])

Lists all SSL certificates the user is authorized to administer.

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.

Details

AuthorizedCertificate create(string $appsId, AuthorizedCertificate $postBody, array $optParams = [])

Uploads the specified SSL certificate. (authorizedCertificates.create)

Parameters

string $appsId

Part of parent. Name of the parent Application resource. Example: apps/myapp.

AuthorizedCertificate $postBody
array $optParams

Optional parameters.

Return Value

AuthorizedCertificate

Exceptions

Exception

AppengineEmpty delete(string $appsId, string $authorizedCertificatesId, array $optParams = [])

Deletes the specified SSL certificate. (authorizedCertificates.delete)

Parameters

string $appsId

Part of name. Name of the resource to delete. Example: apps/myapp/authorizedCertificates/12345.

string $authorizedCertificatesId

Part of name. See documentation of appsId.

array $optParams

Optional parameters.

Return Value

AppengineEmpty

Exceptions

Exception

AuthorizedCertificate get(string $appsId, string $authorizedCertificatesId, array $optParams = [])

Gets the specified SSL certificate. (authorizedCertificates.get)

Parameters

string $appsId

Part of name. Name of the resource requested. Example: apps/myapp/authorizedCertificates/12345.

string $authorizedCertificatesId

Part of name. See documentation of appsId.

array $optParams

Optional parameters.

Return Value

AuthorizedCertificate

Exceptions

Exception

ListAuthorizedCertificatesResponse listAppsAuthorizedCertificates(string $appsId, array $optParams = [])

Lists all SSL certificates the user is authorized to administer.

(authorizedCertificates.listAppsAuthorizedCertificates)

Parameters

string $appsId

Part of parent. Name of the parent Application resource. Example: apps/myapp.

array $optParams

Optional parameters.

Return Value

ListAuthorizedCertificatesResponse

Exceptions

Exception

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)

Parameters

string $appsId

Part of name. Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345.

string $authorizedCertificatesId

Part of name. See documentation of appsId.

AuthorizedCertificate $postBody
array $optParams

Optional parameters.

Return Value

AuthorizedCertificate

Exceptions

Exception