type property
The ssl config type according to 'client_key', 'client_certificate' and 'ca_certificate'.
Output only. Possible string values are:
- "SSL_TYPE_UNSPECIFIED" : Unspecified.
- "SERVER_ONLY" : Only 'ca_certificate' specified.
- "SERVER_CLIENT" : Both server ('ca_certificate'), and client ('client_key', 'client_certificate') specified.
Implementation
core.String? type;