ID of the AuthorizedCertificate resource configuring SSL for the
application. Clearing this field will remove SSL support.
By default, a managed certificate is automatically created for every
domain mapping. To omit SSL support or to configure SSL manually, specify
SslManagementType.MANUAL on a CREATE or UPDATE request. You must
be authorized to administer the AuthorizedCertificate resource to
manually map it to a DomainMapping resource.
Example: 12345.
public string PendingManagedCertificateId { get; set; }
ID of the managed AuthorizedCertificate resource currently being
provisioned, if applicable. Until the new managed certificate has been
successfully provisioned, the previous SSL state will be preserved. Once
the provisioning process completes, the certificate_id field will reflect
the new managed certificate and this field will be left empty. To remove
SSL support while there is still a pending managed certificate, clear the
certificate_id field with an UpdateDomainMappingRequest.
public SslSettings.Types.SslManagementType SslManagementType { get; set; }
SSL management type for this domain. If AUTOMATIC, a managed certificate
is automatically provisioned. If MANUAL, certificate_id must be
manually specified in order to configure SSL for this domain.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eSslSettings\u003c/code\u003e class, part of the \u003ccode\u003eGoogle.Cloud.AppEngine.V1\u003c/code\u003e namespace, is used to manage SSL configurations for a \u003ccode\u003eDomainMapping\u003c/code\u003e resource within the Google Cloud App Engine environment.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and also inherits members from \u003ccode\u003eObject\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSslSettings\u003c/code\u003e supports both automatic and manual SSL management, which can be specified through the \u003ccode\u003eSslManagementType\u003c/code\u003e property.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCertificateId\u003c/code\u003e property is used to associate an \u003ccode\u003eAuthorizedCertificate\u003c/code\u003e resource with the domain, while the \u003ccode\u003ePendingManagedCertificateId\u003c/code\u003e indicates if there's a certificate that is currently being provisioned.\u003c/p\u003e\n"],["\u003cp\u003eThis webpage contains documentation for the \u003ccode\u003eSslSettings\u003c/code\u003e class, with links to its different versions, with version 2.4.0 being the most recent.\u003c/p\u003e\n"]]],[],null,[]]