pendingManagedCertificateId property

String? pendingManagedCertificateId
getter/setter pair

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.@OutputOnly

Implementation

core.String? pendingManagedCertificateId;