interface ReleaseDefinitionApprovalStep {
    approver?: IdentityRef;
    id?: number;
    isAutomated?: boolean;
    isNotificationOn?: boolean;
    rank?: number;
}

Hierarchy (View Summary)

Properties

approver?: IdentityRef

Gets and sets the approver.

id?: number

ID of the approval or deploy step.

isAutomated?: boolean

Indicates whether the approval automated.

isNotificationOn?: boolean

Indicates whether the approval notification set.

rank?: number

Gets or sets the rank of approval step.