Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ApprovalOptions

Hierarchy

  • ApprovalOptions

Index

Properties

Optional autoTriggeredAndPreviousEnvironmentApprovedCanBeSkipped

autoTriggeredAndPreviousEnvironmentApprovedCanBeSkipped: boolean

Specify whether the approval can be skipped if the same approver approved the previous stage.

Optional enforceIdentityRevalidation

enforceIdentityRevalidation: boolean

Specify whether revalidate identity of approver before completing the approval.

Optional releaseCreatorCanBeApprover

releaseCreatorCanBeApprover: boolean

Specify whether the user requesting a release or deployment should allow to approver.

Optional requiredApproverCount

requiredApproverCount: number

The number of approvals required to move release forward. '0' means all approvals required.

Optional timeoutInMinutes

timeoutInMinutes: number

Approval timeout. Approval default timeout is 30 days. Maximum allowed timeout is 365 days. '0' means default timeout i.e 30 days.

Generated using TypeDoc