managedCertificate property

ManagedCertificate? managedCertificate
getter/setter pair

Only applicable if this certificate is managed by App Engine.

Managed certificates are tied to the lifecycle of a DomainMapping and cannot be updated or deleted via the AuthorizedCertificates API. If this certificate is manually administered by the user, this field will be empty.@OutputOnly

Implementation

ManagedCertificate? managedCertificate;