> For the complete documentation index, see [llms.txt](https://docs.ionos.com/cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/cloud/python/container-registry/models/artifactmetadata.md).

# ArtifactMetadata

## Properties

| Name                             | Type         | Description                                                  | Notes       |
| -------------------------------- | ------------ | ------------------------------------------------------------ | ----------- |
| **created\_date**                | **datetime** | The ISO 8601 creation timestamp.                             | \[optional] |
| **created\_by**                  | **str**      | Unique name of the identity that created the resource.       | \[optional] |
| **created\_by\_user\_id**        | **str**      |                                                              | \[optional] |
| **last\_modified\_date**         | **datetime** | The ISO 8601 modified timestamp.                             | \[optional] |
| **last\_modified\_by**           | **str**      | Unique name of the identity that last modified the resource. | \[optional] |
| **last\_modified\_by\_user\_id** | **str**      |                                                              | \[optional] |
| **resource\_urn**                | **str**      | Unique name of the resource.                                 | \[optional] |
| **last\_pushed\_at**             | **datetime** | The date and time the artifact was last pushed               |             |
| **last\_pulled\_at**             | **datetime** | The date and time the artifact was last pulled               | \[optional] |
| **last\_scanned\_at**            | **datetime** | The date and time the artifact was last scanned              | \[optional] |
| **push\_count**                  | **int**      | The number of times the artifact was pushed                  |             |
| **pull\_count**                  | **int**      | The number of times the artifact was pulled                  |             |
| **vuln\_max\_severity**          | **str**      | The CVSS vulnerability severity rating                       | \[optional] |
| **vuln\_total\_score**           | **float**    | The total CVSS score of all vulnerabilities of the artifact  | \[optional] |
| **vuln\_total\_count**           | **int**      | The total number of vulnerabilities of the artifact          | \[optional] |
| **vuln\_fixable\_count**         | **int**      | The number of fixable vulnerabilities of the artifact        | \[optional] |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.ionos.com/cloud/python/container-registry/models/artifactmetadata.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
