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 in Google Cloud App Engine.\u003c/p\u003e\n"],["\u003cp\u003eThis class allows for both automatic (\u003ccode\u003eAUTOMATIC\u003c/code\u003e) and manual (\u003ccode\u003eMANUAL\u003c/code\u003e) SSL certificate management, controlled via the \u003ccode\u003eSslManagementType\u003c/code\u003e property.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCertificateId\u003c/code\u003e property stores the ID of an \u003ccode\u003eAuthorizedCertificate\u003c/code\u003e for manual configuration, and the \u003ccode\u003ePendingManagedCertificateId\u003c/code\u003e shows the ID of a managed certificate in process of being provisioned.\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, which give it various functionalities such as message handling and cloning.\u003c/p\u003e\n"],["\u003cp\u003eThe provided documentation shows that version 2.4.0 is the latest version of the class and the documentation covers versions from 1.0.0 up to 2.4.0.\u003c/p\u003e\n"]]],[],null,[]]