ExecutedValidation Class
This is the executed Validation.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
ExecutedValidation(*, type: str | None = None, version: str | None = None, execution_time: datetime | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
type
|
This property specifies the type of image version validation. Default value: None
|
|
version
|
This property specifies the valid version of the validation. Default value: None
|
|
execution_time
|
This property specifies the starting timestamp. Default value: None
|
Variables
| Name | Description |
|---|---|
|
type
|
This property specifies the type of image version validation. |
|
status
|
This property specifies the status of the validationProfile of the image version. Known values are: "Unknown", "Failed", and "Succeeded". |
|
version
|
This property specifies the valid version of the validation. |
|
execution_time
|
This property specifies the starting timestamp. |