connectionStringInsecure

@JvmName(name = "tfiycydbrnpjvwuy")
suspend fun connectionStringInsecure(value: Output<String>)
@JvmName(name = "jbeonrhyurygvfak")
suspend fun connectionStringInsecure(value: String?)

Parameters

value

The connection string sent insecurely. Conflicts with connection_string, sas_uri and service_endpoint.

Note: connection_string uses the Azure SecureString to encrypt the contents within the REST payload sent to Azure whilst the connection_string_insecure is sent as a regular string. Both properties are still sent using SSL/HTTPS. At this time the portal will not decrypt Secure Strings so the connection_string property in the portal will show as ****** whilst connection_string_insecure will be viewable in the portal.