Connector Profile Service Now Connector Profile Credentials Args
data class ConnectorProfileServiceNowConnectorProfileCredentialsArgs(val oAuth2Credentials: Output<ConnectorProfileOAuth2CredentialsArgs>? = null, val password: Output<String>? = null, val username: Output<String>? = null) : ConvertibleToJava<ConnectorProfileServiceNowConnectorProfileCredentialsArgs>
Constructors
Link copied to clipboard
constructor(oAuth2Credentials: Output<ConnectorProfileOAuth2CredentialsArgs>? = null, password: Output<String>? = null, username: Output<String>? = null)