trustConfig property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? trustConfig
getter/setter pair

Deprecated: Use tls_config instead.

The trust config resource name. Format: projects/{project}/locations/{location}/trustConfigs/{trust_config}

Optional.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? trustConfig;