rootPasswordSet property

  1. @TagNumber(14)
bool rootPasswordSet

Output only. Indicates If this connection profile root password is stored.

Implementation

@$pb.TagNumber(14)
$core.bool get rootPasswordSet => $_getBF(12);
  1. @TagNumber(14)
void rootPasswordSet=(bool v)

Implementation

@$pb.TagNumber(14)
set rootPasswordSet($core.bool v) { $_setBool(12, v); }