Auth Config Response
data class AuthConfigResponse(val activeDirectoryAuth: String? = null, val passwordAuth: String? = null, val tenantId: String? = null)
Authentication configuration properties of a server
Constructors
Link copied to clipboard
fun AuthConfigResponse(activeDirectoryAuth: String? = null, passwordAuth: String? = null, tenantId: String? = null)