authenticationMode property

String? authenticationMode
getter/setter pair

Authentication mode.

Optional. Possible string values are:

  • "ORACLE_AUTHENTICATION_MODE_UNSPECIFIED" : Authentication mode not specified.
  • "TLS" : TLS authentication mode.
  • "MTLS" : MTLS authentication mode.

Implementation

core.String? authenticationMode;