Class SecureString


  • 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 Detail

      • SecureString

        public SecureString()
    • Method Detail

      • value

        public String value()
        Get the value property: Value of secure string.
        Returns:
        the value value.
      • withValue

        public SecureString withValue​(String value)
        Set the value property: Value of secure string.
        Parameters:
        value - the value value to set.
        Returns:
        the SecureString object itself.