Class ManagedSecretLog

java.lang.Object
com.strongdm.api.ManagedSecretLog

public class ManagedSecretLog extends Object
ManagedSecretLog contains details about action performed against a managed secret
  • Constructor Details

    • ManagedSecretLog

      public ManagedSecretLog()
  • Method Details

    • getAccountId

      public String getAccountId()
      An ID of the account the action was performed by.
    • setAccountId

      public void setAccountId(String in)
      An ID of the account the action was performed by.
    • getAction

      public String getAction()
      The action performed by the account against the managed secret.
    • setAction

      public void setAction(String in)
      The action performed by the account against the managed secret.
    • getCreatedAt

      public Date getCreatedAt()
      Timestamp of when action was performed.
    • setCreatedAt

      public void setCreatedAt(Date in)
      Timestamp of when action was performed.
    • getDebug

      public String getDebug()
      Any debug logs associated with the action.
    • setDebug

      public void setDebug(String in)
      Any debug logs associated with the action.
    • getId

      public String getId()
      Unique identifier of the Managed Secret Log.
    • setId

      public void setId(String in)
      Unique identifier of the Managed Secret Log.
    • getManagedSecretId

      public String getManagedSecretId()
      An ID of the Managed Secret the action was performed against.
    • setManagedSecretId

      public void setManagedSecretId(String in)
      An ID of the Managed Secret the action was performed against.
    • getSecretEngineId

      public String getSecretEngineId()
      An ID of the Secret Engine linked with the Managed Secret.
    • setSecretEngineId

      public void setSecretEngineId(String in)
      An ID of the Secret Engine linked with the Managed Secret.