ConnectorProfileServiceNowConnectorProfileCredentialsArgs

data class ConnectorProfileServiceNowConnectorProfileCredentialsArgs(val oAuth2Credentials: Output<ConnectorProfileOAuth2CredentialsArgs>? = null, val password: Output<String>? = null, val username: Output<String>? = null) : ConvertibleToJava<ConnectorProfileServiceNowConnectorProfileCredentialsArgs>

Constructors

constructor(oAuth2Credentials: Output<ConnectorProfileOAuth2CredentialsArgs>? = null, password: Output<String>? = null, username: Output<String>? = null)

Properties

Link copied to clipboard

The OAuth 2.0 credentials required to authenticate the user.

Link copied to clipboard
val password: Output<String>? = null

The password that corresponds to the username.

Link copied to clipboard
val username: Output<String>? = null

The name of the user.

Functions

Link copied to clipboard
open override fun toJava(): ConnectorProfileServiceNowConnectorProfileCredentialsArgs