Package io.digdag.spi

Interface SecretAccessContext


  • @Immutable
    public interface SecretAccessContext
    • Method Detail

      • siteId

        int siteId()
      • projectId

        int projectId()
      • revision

        java.lang.String revision()
      • workflowName

        java.lang.String workflowName()
      • taskName

        java.lang.String taskName()
      • operatorType

        java.lang.String operatorType()