Class SqlCredential

java.lang.Object
google.registry.privileges.secretmanager.SqlCredential

public abstract class SqlCredential extends Object
Contains the login name and password of a Cloud SQL user.

User must take care not to include the SEPARATOR in property values.

  • Field Details

    • SEPARATOR

      public static final Character SEPARATOR
  • Constructor Details

    • SqlCredential

      public SqlCredential()
  • Method Details