Name: SmbTestResult

Represents the result of series of tests that Tintri OS may perform for a given SMB configuration. This information can help users to narrow any potential problems that might cause the Tintri OS to be unable to communicate with SMB host.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.rbac.SmbTestResult",
   "testName": <String>,
   "testResult": <Boolean>,
   "testResultDetail": <String>,
}

Attributes
NameTypeDescription
testNamexsd:stringReturns the test name.
testResultxsd:booleanReturns the test result. A 'true' value means the test passed, and a 'false' value means the test failed
testResultDetailxsd:stringReturns the detail of the test result if present.