Cache Username Download Settings Response
data class CacheUsernameDownloadSettingsResponse(val autoDownloadCertificate: Boolean? = null, val caCertificateURI: String? = null, val credentials: CacheUsernameDownloadSettingsResponseCredentials? = null, val encryptLdapConnection: Boolean? = null, val extendedGroups: Boolean? = null, val groupFileURI: String? = null, val ldapBaseDN: String? = null, val ldapServer: String? = null, val requireValidCertificate: Boolean? = null, val userFileURI: String? = null, val usernameDownloaded: String, val usernameSource: String? = null)
Settings for Extended Groups username and group download.
Constructors
Link copied to clipboard
fun CacheUsernameDownloadSettingsResponse(autoDownloadCertificate: Boolean? = null, caCertificateURI: String? = null, credentials: CacheUsernameDownloadSettingsResponseCredentials? = null, encryptLdapConnection: Boolean? = null, extendedGroups: Boolean? = null, groupFileURI: String? = null, ldapBaseDN: String? = null, ldapServer: String? = null, requireValidCertificate: Boolean? = null, userFileURI: String? = null, usernameDownloaded: String, usernameSource: String? = null)