# cloudArtifactData

Cloud-related data for an artifact.

### Examples

```graphql
type CloudArtifactData {
  cloudIdentifier: String
  link: String
  lastExecutionTime: Float
  lastModifiedTime: Float
  account: String
  zone: String
  cluster: String
  cloudDescription: CloudDescription
}
```

### Fields

| Field                                                                                                                    | Description                                                      | Supported fields                                                                                                                                                                                                                                                         |
| ------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| cloudIdentifier `String`                                                                                                 | Unique identifier for the cloud resource or artifact             |                                                                                                                                                                                                                                                                          |
| link `String`                                                                                                            | URL or link to access the cloud resource or artifact             |                                                                                                                                                                                                                                                                          |
| lastExecutionTime `Float`                                                                                                | Timestamp (epoch) of the last execution related to this artifact |                                                                                                                                                                                                                                                                          |
| lastModifiedTime `Float`                                                                                                 | Timestamp (epoch) of the last modification time of the artifact  |                                                                                                                                                                                                                                                                          |
| account `String`                                                                                                         | Cloud account associated with the artifact                       |                                                                                                                                                                                                                                                                          |
| zone `String`                                                                                                            | Cloud availability zone or region                                |                                                                                                                                                                                                                                                                          |
| cluster `String`                                                                                                         | Cluster name where the artifact is deployed or used              |                                                                                                                                                                                                                                                                          |
| cloudDescription [`CloudDescription`](/api-documentation/api-reference/api--artifact/types/objects/cloud-description.md) | Additional descriptive details about the cloud resource          | <p>type <a href="/pages/QH3vBQDfDZV1uEmrD0BD"><code>CloudTypes</code></a><br>subType <a href="/pages/tnZE3Plbqoyly0NLIDOZ"><code>CloudSubTypes</code></a><br>cloudEntityAttributes <a href="/pages/ZXH8wqZaWaNGLbTf323G"><code>CommonCloudAttributesUnion</code></a></p> |

### References

#### Fields with this object:

* [{} ArtifactInfo.cloudData](/api-documentation/api-reference/api--artifact/types/objects/artifact-info.md)
* [{} UnscannedArtifact.cloudData](/api-documentation/api-reference/api--artifact/types/objects/unscanned-artifact.md)


---

# Agent Instructions: 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:

```
GET https://docs.ox.security/api-documentation/api-reference/api--artifact/types/objects/cloud-artifact-data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
