interface ManualIntervention {
    approver?: IdentityRef;
    comments?: string;
    createdOn?: Date;
    id?: number;
    instructions?: string;
    modifiedOn?: Date;
    name?: string;
    release?: ReleaseShallowReference;
    releaseDefinition?: ReleaseDefinitionShallowReference;
    releaseEnvironment?: ReleaseEnvironmentShallowReference;
    status?: ManualInterventionStatus;
    taskInstanceId?: string;
    url?: string;
}

Properties

approver?: IdentityRef

Gets or sets the identity who should approve.

comments?: string

Gets or sets comments for approval.

createdOn?: Date

Gets date on which it got created.

id?: number

Gets the unique identifier for manual intervention.

instructions?: string

Gets or sets instructions for approval.

modifiedOn?: Date

Gets date on which it got modified.

name?: string

Gets or sets the name.

Gets releaseReference for manual intervention.

Gets releaseDefinitionReference for manual intervention.

Gets releaseEnvironmentReference for manual intervention.

Gets or sets the status of the manual intervention.

taskInstanceId?: string

Get task instance identifier.

url?: string

Gets url to access the manual intervention.