v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-135982176.0 KB
apps

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.

patch/v1/apps/{appsId}/authorizedCertificates/{authorizedCertificatesId}

Path parameters

appsIdstring required

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

authorizedCertificatesIdstring required

Part of name. See documentation of appsId.

Query parameters

updateMaskstring

Standard field mask for the set of fields to be updated. Updates are only supported on the certificate_raw_data and display_name fields.

Request body

domainMappingsCountinteger

Aggregate count of the domain mappings with this certificate mapped. This count includes domain mappings on applications for which the user does not have VIEWER permissions.Only returned by GET or LIST requests when specifically requested by the view=FULL_CERTIFICATE option.@OutputOnly

visibleDomainMappingsstring[]

Output only. The full paths to user visible Domain Mapping resources that have this certificate mapped. Example: apps/myapp/domainMappings/example.com.This may not represent the full list of mapped domain mappings if the user does not have VIEWER permissions on all of the applications that have this certificate mapped. See domain_mappings_count for a complete count.Only returned by GET or LIST requests when specifically requested by the view=FULL_CERTIFICATE option.@OutputOnly

namestring

Output only. Full path to the AuthorizedCertificate resource in the API. Example: apps/myapp/authorizedCertificates/12345.@OutputOnly

idstring

Output only. Relative name of the certificate. This is a unique value autogenerated on AuthorizedCertificate resource creation. Example: 12345.@OutputOnly

displayNamestring

The user-specified display name of the certificate. This is not guaranteed to be unique. Example: My Certificate.

domainNamesstring[]

Output only. Topmost applicable domains of this certificate. This certificate applies to these domains and their subdomains. Example: example.com.@OutputOnly

expireTimestring google-datetime

The time when this certificate expires. To update the renewal time on this certificate, upload an SSL certificate with a different expiration time using AuthorizedCertificates.UpdateAuthorizedCertificate.@OutputOnly

Response

Successful response