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 latest version available for the \u003ccode\u003eGoogle.Cloud.AppEngine.V1.SslSettings\u003c/code\u003e is 2.4.0, with version 2.2.0 as the current context of the provided information.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSslSettings\u003c/code\u003e class is used for configuring SSL settings for a \u003ccode\u003eDomainMapping\u003c/code\u003e resource within the App Engine v1 API and includes methods and properties to manage certificate IDs and SSL management types.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCertificateId\u003c/code\u003e property is used to configure SSL support by referencing an \u003ccode\u003eAuthorizedCertificate\u003c/code\u003e resource, or clearing it to remove SSL support, and if you use \u003ccode\u003eSslManagementType.MANUAL\u003c/code\u003e you must be authorized to administer the certificate.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSslManagementType\u003c/code\u003e can be set to \u003ccode\u003eAUTOMATIC\u003c/code\u003e for managed certificate provisioning or \u003ccode\u003eMANUAL\u003c/code\u003e to manually specify the \u003ccode\u003ecertificate_id\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class \u003ccode\u003eSslSettings\u003c/code\u003e inherits from object, and implements the interfaces \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable<SslSettings>\u003c/code\u003e, \u003ccode\u003eIDeepCloneable<SslSettings>\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]