caSource property

  1. @TagNumber.new(2)
SslConfig_CaSource get caSource

Optional. Certificate Authority (CA) source. Only CA_SOURCE_MANAGED is supported currently, and is the default value.

Implementation

@$pb.TagNumber(2)
SslConfig_CaSource get caSource => $_getN(1);
  1. @TagNumber.new(2)
set caSource (SslConfig_CaSource v)

Implementation

@$pb.TagNumber(2)
set caSource(SslConfig_CaSource v) {
  setField(2, v);
}