thumbprint property
The thumbprint representing the certificate for the vcenter.
Implementation
@$pb.TagNumber(4)
$core.String get thumbprint => $_getSZ(2);
Implementation
@$pb.TagNumber(4)
set thumbprint($core.String v) {
$_setString(2, v);
}
The thumbprint representing the certificate for the vcenter.
@$pb.TagNumber(4)
$core.String get thumbprint => $_getSZ(2);
@$pb.TagNumber(4)
set thumbprint($core.String v) {
$_setString(2, v);
}