Name: RbacTestResult

This class represents the result of series of tests that Tintri OS may perform for a given directory services authentication configuration. This information can help users to narrow any potential problems that might cause the Tintri OS to be unable to communicate with Microsoft Active Directory or LDAP directory.

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

Attributes
NameTypeDescription
testNamexsd:stringReturns the test name.
testResultxsd:booleanReturns the test result.
testResultDetailxsd:stringReturns the detail of the test result if present.