sslManagementType property
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. Possible string values are:
- "SSL_MANAGEMENT_TYPE_UNSPECIFIED" : Defaults to AUTOMATIC.
- "AUTOMATIC" : SSL support for this domain is configured automatically. The mapped SSL certificate will be automatically renewed.
- "MANUAL" : SSL support for this domain is configured manually by the user. Either the domain has no SSL support or a user-obtained SSL certificate has been explictly mapped to this domain.
Implementation
core.String? sslManagementType;