Package version:

Interface ExecutedValidation

This is the executed Validation.

interface ExecutedValidation {
    executionTime?: any;
    status?: string;
    type?: string;
    version?: string;
}

Properties

executionTime?: any

This property specifies the starting timestamp.

status?: string

This property specifies the status of the validationProfile of the image version.

type?: string

This property specifies the type of image version validation.

version?: string

This property specifies the valid version of the validation.