ConnectorProfileServiceNowConnectorProfileCredentials

data class ConnectorProfileServiceNowConnectorProfileCredentials(val oAuth2Credentials: ConnectorProfileOAuth2Credentials? = null, val password: String? = null, val username: String? = null)

Constructors

constructor(oAuth2Credentials: ConnectorProfileOAuth2Credentials? = null, password: String? = null, username: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The OAuth 2.0 credentials required to authenticate the user.

Link copied to clipboard
val password: String? = null

The password that corresponds to the username.

Link copied to clipboard
val username: String? = null

The name of the user.