Name: RbacExternalConfig

This class represents the external Directory Services authentication configuration.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.RbacExternalConfig",
   "attemptDiscovery": <Boolean>,
   "dnsDomain": <String>,
   "password": <String>,
   "type": 'NONE' | 'ADS' | 'LDAP' | 'TEST',
   "username": <String>,
   "adsConfig": AdsConfig,
   "ldapConfig": LdapConfig,
}

Elements
NameTypeDescription
adsConfigAdsConfigThe current Active Directory authentication configuration.
ldapConfigLdapConfigThe current configured LDAP authentication configuration.

Attributes
NameTypeDescription
attemptDiscoveryxsd:booleanThe state of the auto-discovery configuration parameter.
dnsDomainxsd:stringThe configured DNS domain.
passwordxsd:stringThe password.
typeNONE | ADS | LDAP | TESTAuthentication service protocol
NONENo authentication protocol
ADSActive direcory protocol
LDAPLDAP protocol
TESTCurrently not used
usernamexsd:stringThe user name.