ConnectionDescriptor

Describes a connection to a SAS Visual Analytics server.

Since

8.30

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val description: String?

An optional description of the connection.

Link copied to clipboard
abstract val hostName: String?

The host name or IP address of the server.

Link copied to clipboard
abstract val password: String?

The password to use when creating the connection, or null if the connection uses guest mode or has already been created.

Link copied to clipboard
abstract val port: Int?

The port used in the connection.

Link copied to clipboard
abstract val useGuestMode: Boolean?

Indicates whether the connection uses guest mode (true) or a userId/password (not true).

Link copied to clipboard
abstract val userId: String?

The user ID to use when creating the connection, or null if the connection uses guest mode.

Link copied to clipboard
abstract val useSsl: Boolean?

Indicates whether the connection uses HTTPS (true) or HTTP (not true).

Link copied to clipboard
open val useStdAuth: Boolean?

Whether to use standard (user ID/password) authentication instead of web authentication even if the latter is supported by this connection. This may require special configuration on the server.