Skip to content

Latest commit

 

History

History
41 lines (21 loc) · 1.05 KB

StageOut.md

File metadata and controls

41 lines (21 loc) · 1.05 KB

InsightsServiceApprovalApIs.StageOut

Properties

Name Type Description Notes
id String [optional]
name String name of the group that processes the stage [optional]
groupId String Associated group id [optional]
state String The state of stage or request. It may be one of values (pending, skipped, notified or finished) [optional] [default to 'pending']
decision String Final decision, may be one of the value (undecided, approved, or denied) [optional] [default to 'undecided']
notifiedAt Date the time approvers in the stage are notified [optional]

Enum: StateEnum

  • pending (value: "pending")

  • skipped (value: "skipped")

  • notified (value: "notified")

  • finished (value: "finished")

Enum: DecisionEnum

  • undecided (value: "undecided")

  • approved (value: "approved")

  • denied (value: "denied")