Package com.strongdm.api
Class ApprovalFlowApprover
java.lang.Object
com.strongdm.api.ApprovalFlowApprover
An approver for an approval workflow step. Each approver can specify exactly one of: account_id, role_id, or reference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe approver account id.The approver group idA reference to an approver.The approver role idvoid
setAccountId
(String in) The approver account id.void
setGroupId
(String in) The approver group idvoid
setReference
(String in) A reference to an approver.void
The approver role id
-
Constructor Details
-
ApprovalFlowApprover
public ApprovalFlowApprover()
-
-
Method Details
-
getAccountId
The approver account id. -
setAccountId
The approver account id. -
getGroupId
The approver group id -
setGroupId
The approver group id -
getReference
A reference to an approver. Must be one of ApproverReference constants. If set, the account_id and role_id must be empty. -
setReference
A reference to an approver. Must be one of ApproverReference constants. If set, the account_id and role_id must be empty. -
getRoleId
The approver role id -
setRoleId
The approver role id
-