Package version:

Interface BaseImageTriggerUpdateParameters

The properties for updating base image dependency trigger.

interface BaseImageTriggerUpdateParameters {
    baseImageTriggerType?: string;
    name: string;
    status?: string;
    updateTriggerEndpoint?: string;
    updateTriggerPayloadType?: string;
}

Properties

baseImageTriggerType?: string

The type of the auto trigger for base image dependency updates.

name: string

The name of the trigger.

status?: string

The current status of trigger.

updateTriggerEndpoint?: string

The endpoint URL for receiving update triggers.

updateTriggerPayloadType?: string

Type of Payload body for Base image update triggers.