type property

String? type
getter/setter pair

(Optional) Specifies the type of SSL certificate, either "SELF_MANAGED" or "MANAGED".

If not specified, the certificate is self-managed and the fields certificate and private_key are used. Possible string values are:

  • "MANAGED" : Google-managed SSLCertificate.
  • "SELF_MANAGED" : Certificate uploaded by user.
  • "TYPE_UNSPECIFIED"

Implementation

core.String? type;