SecureString Class

public final class SecureString
extends SecretBase

Azure Synapse secure string definition. The string value will be masked with asterisks '*' during Get or List API calls.

Constructor Summary

Constructor Description
SecureString()

Creates an instance of SecureString class.

Method Summary

Modifier and Type Method and Description
String getValue()

Get the value property: Value of secure string.

SecureString setValue(String value)

Set the value property: Value of secure string.

Methods inherited from java.lang.Object

Constructor Details

SecureString

public SecureString()

Creates an instance of SecureString class.

Method Details

getValue

public String getValue()

Get the value property: Value of secure string.

Returns:

the value value.

setValue

public SecureString setValue(String value)

Set the value property: Value of secure string.

Parameters:

value - the value value to set.

Returns:

the SecureString object itself.

Applies to