BaseImageTriggerUpdateParameters interface
The properties for updating base image dependency trigger.
Properties
base |
The type of the auto trigger for base image dependency updates. |
name | The name of the trigger. |
status | The current status of trigger. |
update |
The endpoint URL for receiving update triggers. |
update |
Type of Payload body for Base image update triggers. |
Property Details
baseImageTriggerType
The type of the auto trigger for base image dependency updates.
baseImageTriggerType?: string
Property Value
string
name
The name of the trigger.
name: string
Property Value
string
status
The current status of trigger.
status?: string
Property Value
string
updateTriggerEndpoint
The endpoint URL for receiving update triggers.
updateTriggerEndpoint?: string
Property Value
string
updateTriggerPayloadType
Type of Payload body for Base image update triggers.
updateTriggerPayloadType?: string
Property Value
string