Package com.strongdm.api
Class ApprovalWorkflow
java.lang.Object
com.strongdm.api.ApprovalWorkflow
ApprovalWorkflows are the mechanism by which requests for access can be viewed by authorized
approvers and be approved or denied.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionApproval mode of the ApprovalWorkflowThe approval steps of this approval workflowOptional description of the ApprovalWorkflow.getId()
Unique identifier of the ApprovalWorkflow.getName()
Unique human-readable name of the ApprovalWorkflow.void
Approval mode of the ApprovalWorkflowvoid
The approval steps of this approval workflowvoid
setDescription
(String in) Optional description of the ApprovalWorkflow.void
Unique identifier of the ApprovalWorkflow.void
Unique human-readable name of the ApprovalWorkflow.
-
Constructor Details
-
ApprovalWorkflow
public ApprovalWorkflow()
-
-
Method Details
-
getApprovalMode
Approval mode of the ApprovalWorkflow -
setApprovalMode
Approval mode of the ApprovalWorkflow -
getApprovalWorkflowSteps
The approval steps of this approval workflow -
setApprovalWorkflowSteps
The approval steps of this approval workflow -
getDescription
Optional description of the ApprovalWorkflow. -
setDescription
Optional description of the ApprovalWorkflow. -
getId
Unique identifier of the ApprovalWorkflow. -
setId
Unique identifier of the ApprovalWorkflow. -
getName
Unique human-readable name of the ApprovalWorkflow. -
setName
Unique human-readable name of the ApprovalWorkflow.
-