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
-
Method Summary
Modifier and TypeMethodDescriptionApproval mode of the ApprovalWorkflowOptional description of the ApprovalWorkflow.getId()
Unique identifier of the ApprovalWorkflow.getName()
Unique human-readable name of the ApprovalWorkflow.void
Approval mode of the ApprovalWorkflowvoid
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 -
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.
-