Class ManagedSecretDeleteRequest

java.lang.Object
com.strongdm.api.ManagedSecretDeleteRequest

public class ManagedSecretDeleteRequest extends Object
ManagedSecretDeleteRequest specified the ID of a Managed Secret to be deleted.
  • Constructor Details

    • ManagedSecretDeleteRequest

      public ManagedSecretDeleteRequest()
  • Method Details

    • getId

      public String getId()
      The unique identifier of the Managed Secret to delete.
    • setId

      public void setId(String in)
      The unique identifier of the Managed Secret to delete.