ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsServiceNowArgs

data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsServiceNowArgs(val password: Output<String>, val username: Output<String>) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsServiceNowArgs>

Constructors

Functions

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

Properties

Link copied to clipboard
val password: Output<String>
Link copied to clipboard
val username: Output<String>