Class ApprovalFlowApprover

java.lang.Object
com.strongdm.api.ApprovalFlowApprover

public class ApprovalFlowApprover extends Object
An approver for an approval workflow step. Each approver can specify exactly one of: account_id, role_id, or reference
  • Constructor Details

    • ApprovalFlowApprover

      public ApprovalFlowApprover()
  • Method Details

    • getAccountId

      public String getAccountId()
      The approver account id.
    • setAccountId

      public void setAccountId(String in)
      The approver account id.
    • getReference

      public String getReference()
      A reference to an approver. Must be one of ApproverReference constants. If set, the account_id and role_id must be empty.
    • setReference

      public void setReference(String in)
      A reference to an approver. Must be one of ApproverReference constants. If set, the account_id and role_id must be empty.
    • getRoleId

      public String getRoleId()
      The approver role id
    • setRoleId

      public void setRoleId(String in)
      The approver role id