Interface GoogleSecretManagerAccessStrategy

All Known Implementing Classes:
GoogleSecretManagerV1AccessStrategy

public interface GoogleSecretManagerAccessStrategy
  • Method Details

    • getSecrets

      Iterable<com.google.cloud.secretmanager.v1.Secret> getSecrets()
    • getSecretValue

      String getSecretValue(com.google.cloud.secretmanager.v1.Secret secret, Comparator<com.google.cloud.secretmanager.v1.SecretVersion> comparator)
    • getSecretName

      String getSecretName(com.google.cloud.secretmanager.v1.Secret secret)
    • checkRemotePermissions

      Boolean checkRemotePermissions()