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\u003eThis document provides reference documentation for the \u003ccode\u003eSslSettings\u003c/code\u003e class within the Google.Cloud.AppEngine.V1 API, detailing its usage for SSL configuration in \u003ccode\u003eDomainMapping\u003c/code\u003e resources.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eSslSettings\u003c/code\u003e class is 2.4.0, with previous versions available ranging back to version 1.0.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSslSettings\u003c/code\u003e class offers properties such as \u003ccode\u003eCertificateId\u003c/code\u003e, \u003ccode\u003ePendingManagedCertificateId\u003c/code\u003e, and \u003ccode\u003eSslManagementType\u003c/code\u003e to manage SSL certificates and their settings for a domain.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSslManagementType\u003c/code\u003e can be either \u003ccode\u003eAUTOMATIC\u003c/code\u003e, where a managed certificate is provisioned automatically, or \u003ccode\u003eMANUAL\u003c/code\u003e, requiring the specification of a \u003ccode\u003ecertificate_id\u003c/code\u003e for SSL configuration.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSslSettings\u003c/code\u003e class implements multiple interfaces, such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from \u003ccode\u003eobject\u003c/code\u003e, providing methods such as \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]