---
title: "GET /v1/evidence_store/resources"
method: GET
path: "/v1/evidence_store/resources"
tags: ["EvidenceStore"]
---

# GET /v1/evidence_store/resources

`GET /v1/evidence_store/resources`

Lists all resources collected in the last run, exposed as REST.

## Query parameters

- `filter.type` string
- `filter.targetOfEvaluationId` string
- `filter.toolId` string
- `pageSize` integer
- `pageToken` string
- `orderBy` string
- `asc` boolean

## Response `200`

OK

- ListResourcesResponse
  - `results` Resource[], required
    - `account` Account — Account is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. This represents the cloud account as a whole, e.g., an Azure subscription.
      - `creationTime` string, date-time
      - `description` string
      - `id` string
      - `internetAccessibleEndpoint` boolean
      - `labels` object
      - `name` string
      - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
      - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
        - `region` string
      - `loggings` Logging[]
        - `activityLogging` ActivityLogging — ActivityLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `name` string
          - `retentionPeriod` string
          - `securityAlertsEnabled` boolean
          - `loggingServiceIds` string[]
        - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `name` string
          - `retentionPeriod` string
          - `securityAlertsEnabled` boolean
          - `loggingServiceIds` string[]
        - `bootLogging` BootLogging — BootLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `name` string
          - `retentionPeriod` string
          - `securityAlertsEnabled` boolean
          - `loggingServiceIds` string[]
        - `osLogging` OSLogging — OSLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `name` string
          - `retentionPeriod` string
          - `securityAlertsEnabled` boolean
          - `loggingServiceIds` string[]
        - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `name` string
          - `retentionPeriod` string
          - `securityAlertsEnabled` boolean
          - `loggingServiceIds` string[]
      - `redundancies` Redundancy[]
        - `geoRedundancy` GeoRedundancy — GeoRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `geoLocations` GeoLocation[]
            - `region` string
        - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `geoLocations` GeoLocation[]
            - `region` string
        - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `geoLocations` GeoLocation[]
            - `region` string
      - `parentId` string
      - `usageStatistics` UsageStatistics — UsageStatistics is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
        - `apiHitsPerMonth` integer
    - `job` Job — Job is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
      - `creationTime` string, date-time
      - `description` string
      - `id` string
      - `internetAccessibleEndpoint` boolean
      - `labels` object
      - `name` string
      - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
      - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
        - `region` string
      - `loggings` Logging[]
        - `activityLogging` ActivityLogging — ActivityLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `name` string
          - `retentionPeriod` string
          - `securityAlertsEnabled` boolean
          - `loggingServiceIds` string[]
        - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `name` string
          - `retentionPeriod` string
          - `securityAlertsEnabled` boolean
          - `loggingServiceIds` string[]
        - `bootLogging` BootLogging — BootLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `name` string
          - `retentionPeriod` string
          - `securityAlertsEnabled` boolean
          - `loggingServiceIds` string[]
        - `osLogging` OSLogging — OSLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `name` string
          - `retentionPeriod` string
          - `securityAlertsEnabled` boolean
          - `loggingServiceIds` string[]
        - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `name` string
          - `retentionPeriod` string
          - `securityAlertsEnabled` boolean
          - `loggingServiceIds` string[]
      - `redundancies` Redundancy[]
        - `geoRedundancy` GeoRedundancy — GeoRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `geoLocations` GeoLocation[]
            - `region` string
        - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `geoLocations` GeoLocation[]
            - `region` string
        - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `geoLocations` GeoLocation[]
            - `region` string
      - `parentId` string
      - `usageStatistics` UsageStatistics — UsageStatistics is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
        - `apiHitsPerMonth` integer
    - `workflow` Workflow — Workflow is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
      - `creationTime` string, date-time
      - `description` string
      - `id` string
      - `internetAccessibleEndpoint` boolean
      - `labels` object
      - `name` string
      - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
      - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
        - `region` string
      - `loggings` Logging[]
        - `activityLogging` ActivityLogging — ActivityLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `name` string
          - `retentionPeriod` string
          - `securityAlertsEnabled` boolean
          - `loggingServiceIds` string[]
        - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `name` string
          - `retentionPeriod` string
          - `securityAlertsEnabled` boolean
          - `loggingServiceIds` string[]
        - `bootLogging` BootLogging — BootLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `name` string
          - `retentionPeriod` string
          - `securityAlertsEnabled` boolean
          - `loggingServiceIds` string[]
        - `osLogging` OSLogging — OSLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `name` string
          - `retentionPeriod` string
          - `securityAlertsEnabled` boolean
          - `loggingServiceIds` string[]
        - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `name` string
          - `retentionPeriod` string
          - `securityAlertsEnabled` boolean
          - `loggingServiceIds` string[]
      - `redundancies` Redundancy[]
        - `geoRedundancy` GeoRedundancy — GeoRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `geoLocations` GeoLocation[]
            - `region` string
        - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `geoLocations` GeoLocation[]
            - `region` string
        - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `geoLocations` GeoLocation[]
            - `region` string
      - `parentId` string
      - `usageStatistics` UsageStatistics — UsageStatistics is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
        - `apiHitsPerMonth` integer
    - `codeRepository` CodeRepository — CodeRepository is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
      - `creationTime` string, date-time
      - `description` string
      - `id` string
      - `internetAccessibleEndpoint` boolean
      - `labels` object
      - `name` string
      - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
      - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
        - `region` string
      - `loggings` Logging[]
        - `activityLogging` ActivityLogging — ActivityLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `name` string
          - `retentionPeriod` string
          - `securityAlertsEnabled` boolean
          - `loggingServiceIds` string[]
        - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `name` string
          - `retentionPeriod` string
          - `securityAlertsEnabled` boolean
          - `loggingServiceIds` string[]
        - `bootLogging` BootLogging — BootLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `name` string
          - `retentionPeriod` string
          - `securityAlertsEnabled` boolean
          - `loggingServiceIds` string[]
        - `osLogging` OSLogging — OSLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `name` string
          - `retentionPeriod` string
          - `securityAlertsEnabled` boolean
          - `loggingServiceIds` string[]
        - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `name` string
          - `retentionPeriod` string
          - `securityAlertsEnabled` boolean
          - `loggingServiceIds` string[]
      - `redundancies` Redundancy[]
        - `geoRedundancy` GeoRedundancy — GeoRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `geoLocations` GeoLocation[]
            - `region` string
        - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `geoLocations` GeoLocation[]
            - `region` string
        - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `geoLocations` GeoLocation[]
            - `region` string
      - `parentId` string
      - `usageStatistics` UsageStatistics — UsageStatistics is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
        - `apiHitsPerMonth` integer
    - `container` Container — Container is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
      - `creationTime` string, date-time
      - `description` string
      - `id` string
      - `internetAccessibleEndpoint` boolean
      - `labels` object
      - `name` string
      - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
      - `encryptionInUse` EncryptionInUse — EncryptionInUse is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
        - `enabled` boolean
      - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
        - `region` string
      - `imageId` string
      - `loggings` Logging[]
        - `activityLogging` ActivityLogging — ActivityLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `name` string
          - `retentionPeriod` string
          - `securityAlertsEnabled` boolean
          - `loggingServiceIds` string[]
        - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `name` string
          - `retentionPeriod` string
          - `securityAlertsEnabled` boolean
          - `loggingServiceIds` string[]
        - `bootLogging` BootLogging — BootLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `name` string
          - `retentionPeriod` string
          - `securityAlertsEnabled` boolean
          - `loggingServiceIds` string[]
        - `osLogging` OSLogging — OSLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `name` string
          - `retentionPeriod` string
          - `securityAlertsEnabled` boolean
          - `loggingServiceIds` string[]
        - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `name` string
          - `retentionPeriod` string
          - `securityAlertsEnabled` boolean
          - `loggingServiceIds` string[]
      - `networkInterfaceIds` string[]
      - `redundancies` Redundancy[]
        - `geoRedundancy` GeoRedundancy — GeoRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `geoLocations` GeoLocation[]
            - `region` string
        - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `geoLocations` GeoLocation[]
            - `region` string
        - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `geoLocations` GeoLocation[]
            - `region` string
      - `remoteAttestation` RemoteAttestation — RemoteAttestation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
        - `creationTime` string, date-time
        - `enabled` boolean
        - `status` boolean
      - `parentId` string
      - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
        - `enabled` boolean
        - `monitoringLogDataEnabled` boolean
        - `name` string
        - `retentionPeriod` string
        - `securityAlertsEnabled` boolean
        - `loggingServiceIds` string[]
      - `usageStatistics` UsageStatistics — UsageStatistics is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
        - `apiHitsPerMonth` integer
    - `function` Function — Function is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
      - `creationTime` string, date-time
      - `description` string
      - `id` string
      - `internetAccessibleEndpoint` boolean
      - `labels` object
      - `name` string
      - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
      - `runtimeLanguage` string
      - `runtimeVersion` string
      - `encryptionInUse` EncryptionInUse — EncryptionInUse is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
        - `enabled` boolean
      - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
        - `region` string
      - `loggings` Logging[]
        - `activityLogging` ActivityLogging — ActivityLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `name` string
          - `retentionPeriod` string
          - `securityAlertsEnabled` boolean
          - `loggingServiceIds` string[]
        - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `name` string
          - `retentionPeriod` string
          - `securityAlertsEnabled` boolean
          - `loggingServiceIds` string[]
        - `bootLogging` BootLogging — BootLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `name` string
          - `retentionPeriod` string
          - `securityAlertsEnabled` boolean
          - `loggingServiceIds` string[]
        - `osLogging` OSLogging — OSLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `name` string
          - `retentionPeriod` string
          - `securityAlertsEnabled` boolean
          - `loggingServiceIds` string[]
        - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `name` string
          - `retentionPeriod` string
          - `securityAlertsEnabled` boolean
          - `loggingServiceIds` string[]
      - `networkInterfaceIds` string[]
      - `redundancies` Redundancy[]
        - `geoRedundancy` GeoRedundancy — GeoRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `geoLocations` GeoLocation[]
            - `region` string
        - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `geoLocations` GeoLocation[]
            - `region` string
        - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `geoLocations` GeoLocation[]
            - `region` string
      - `remoteAttestation` RemoteAttestation — RemoteAttestation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
        - `creationTime` string, date-time
        - `enabled` boolean
        - `status` boolean
      - `parentId` string
      - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
        - `enabled` boolean
        - `monitoringLogDataEnabled` boolean
        - `name` string
        - `retentionPeriod` string
        - `securityAlertsEnabled` boolean
        - `loggingServiceIds` string[]
      - `usageStatistics` UsageStatistics — UsageStatistics is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
        - `apiHitsPerMonth` integer
    - `qpu` QPU — QPU is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
      - `oneQubitErrorRate` number, float
      - `spamErrorRate` number, float
      - `t1CoherenceTime` number, float — Coherence times are a standard measure for the reliability of executing quantum circuits. T1 is the qubits's energy relaxation time (in seconds).
      - `t2CoherenceTime` number, float — Coherence times are a standard measure for the reliability of executing quantum circuits. T1 is the qubits's energy dephasing time (in seconds).
      - `twoQubitErrorRate` number, float
      - `universalGateSetEnabled` boolean — The physical operations shall include a finite set of gates capable of approximating any unitary operation on qubits. This is typically achieved through combinations of one-qubit gates and a two-qubit entangling gate, such as CNOT, enabling the execution of a broad range of quantum algorithms.
      - `creationTime` string, date-time
      - `description` string
      - `errorCorrectionEnabled` boolean
      - `id` string
      - `internetAccessibleEndpoint` boolean
      - `labels` object
      - `name` string
      - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
      - `encryptionInUse` EncryptionInUse — EncryptionInUse is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
        - `enabled` boolean
      - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
        - `region` string
      - `loggings` Logging[]
        - `activityLogging` ActivityLogging — ActivityLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `name` string
          - `retentionPeriod` string
          - `securityAlertsEnabled` boolean
          - `loggingServiceIds` string[]
        - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `name` string
          - `retentionPeriod` string
          - `securityAlertsEnabled` boolean
          - `loggingServiceIds` string[]
        - `bootLogging` BootLogging — BootLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `name` string
          - `retentionPeriod` string
          - `securityAlertsEnabled` boolean
          - `loggingServiceIds` string[]
        - `osLogging` OSLogging — OSLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `name` string
          - `retentionPeriod` string
          - `securityAlertsEnabled` boolean
          - `loggingServiceIds` string[]
        - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `name` string
          - `retentionPeriod` string
          - `securityAlertsEnabled` boolean
          - `loggingServiceIds` string[]
      - `networkInterfaceIds` string[]
      - `redundancies` Redundancy[]
        - `geoRedundancy` GeoRedundancy — GeoRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `geoLocations` GeoLocation[]
            - `region` string
        - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `geoLocations` GeoLocation[]
            - `region` string
        - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `geoLocations` GeoLocation[]
            - `region` string
      - `remoteAttestation` RemoteAttestation — RemoteAttestation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
        - `creationTime` string, date-time
        - `enabled` boolean
        - `status` boolean
      - `parentId` string
      - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
        - `enabled` boolean
        - `monitoringLogDataEnabled` boolean
        - `name` string
        - `retentionPeriod` string
        - `securityAlertsEnabled` boolean
        - `loggingServiceIds` string[]
      - `usageStatistics` UsageStatistics — UsageStatistics is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
        - `apiHitsPerMonth` integer
    - `virtualMachine` VirtualMachine — VirtualMachine is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
      - `creationTime` string, date-time
      - `description` string
      - `id` string
      - `internetAccessibleEndpoint` boolean
      - `labels` object
      - `name` string
      - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
      - `activityLogging` ActivityLogging — ActivityLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
        - `enabled` boolean
        - `monitoringLogDataEnabled` boolean
        - `name` string
        - `retentionPeriod` string
        - `securityAlertsEnabled` boolean
        - `loggingServiceIds` string[]
      - `automaticUpdates` AutomaticUpdates — AutomaticUpdates is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. This feature is, e.g., available on some VM services to automatically update their software. It ensures that a resource is protected from tampering with its state.
        - `enabled` boolean
        - `interval` string — The interval refers to the update interval in days.
        - `securityOnly` boolean
      - `blockStorageIds` string[]
      - `bootLogging` BootLogging — BootLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
        - `enabled` boolean
        - `monitoringLogDataEnabled` boolean
        - `name` string
        - `retentionPeriod` string
        - `securityAlertsEnabled` boolean
        - `loggingServiceIds` string[]
      - `encryptionInUse` EncryptionInUse — EncryptionInUse is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
        - `enabled` boolean
      - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
        - `region` string
      - `loggings` Logging[]
        - `activityLogging` ActivityLogging — ActivityLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `name` string
          - `retentionPeriod` string
          - `securityAlertsEnabled` boolean
          - `loggingServiceIds` string[]
        - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `name` string
          - `retentionPeriod` string
          - `securityAlertsEnabled` boolean
          - `loggingServiceIds` string[]
        - `bootLogging` BootLogging — BootLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `name` string
          - `retentionPeriod` string
          - `securityAlertsEnabled` boolean
          - `loggingServiceIds` string[]
        - `osLogging` OSLogging — OSLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `name` string
          - `retentionPeriod` string
          - `securityAlertsEnabled` boolean
          - `loggingServiceIds` string[]
        - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `name` string
          - `retentionPeriod` string
          - `securityAlertsEnabled` boolean
          - `loggingServiceIds` string[]
      - `malwareProtection` MalwareProtection — MalwareProtection is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. analyzes the activity within a Compute resource
        - `durationSinceActive` string
        - `enabled` boolean
        - `numberOfThreatsFound` integer
        - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `name` string
          - `retentionPeriod` string
          - `securityAlertsEnabled` boolean
          - `loggingServiceIds` string[]
      - `networkInterfaceIds` string[]
      - `osLogging` OSLogging — OSLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
        - `enabled` boolean
        - `monitoringLogDataEnabled` boolean
        - `name` string
        - `retentionPeriod` string
        - `securityAlertsEnabled` boolean
        - `loggingServiceIds` string[]
      - `redundancies` Redundancy[]
        - `geoRedundancy` GeoRedundancy — GeoRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `geoLocations` GeoLocation[]
            - `region` string
        - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `geoLocations` GeoLocation[]
            - `region` string
        - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `geoLocations` GeoLocation[]
            - `region` string
      - `remoteAttestation` RemoteAttestation — RemoteAttestation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
        - `creationTime` string, date-time
        - `enabled` boolean
        - `status` boolean
      - `parentId` string
      - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
        - `enabled` boolean
        - `monitoringLogDataEnabled` boolean
        - `name` string
        - `retentionPeriod` string
        - `securityAlertsEnabled` boolean
        - `loggingServiceIds` string[]
      - `usageStatistics` UsageStatistics — UsageStatistics is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
        - `apiHitsPerMonth` integer
    - `containerOrchestration` ContainerOrchestration — ContainerOrchestration is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
      - `creationTime` string, date-time
      - `description` string
      - `id` string
      - `internetAccessibleEndpoint` boolean
      - `labels` object
      - `managementUrl` string
      - `name` string
      - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
      - `containerIds` string[]
      - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
        - `region` string
      - `loggings` Logging[]
        - `activityLogging` ActivityLogging — ActivityLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `name` string
          - `retentionPeriod` string
          - `securityAlertsEnabled` boolean
          - `loggingServiceIds` string[]
        - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `name` string
          - `retentionPeriod` string
          - `securityAlertsEnabled` boolean
          - `loggingServiceIds` string[]
        - `bootLogging` BootLogging — BootLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `name` string
          - `retentionPeriod` string
          - `securityAlertsEnabled` boolean
          - `loggingServiceIds` string[]
        - `osLogging` OSLogging — OSLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `name` string
          - `retentionPeriod` string
          - `securityAlertsEnabled` boolean
          - `loggingServiceIds` string[]
        - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `name` string
          - `retentionPeriod` string
          - `securityAlertsEnabled` boolean
          - `loggingServiceIds` string[]
      - `redundancies` Redundancy[]
        - `geoRedundancy` GeoRedundancy — GeoRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `geoLocations` GeoLocation[]
            - `region` string
        - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `geoLocations` GeoLocation[]
            - `region` string
        - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `geoLocations` GeoLocation[]
            - `region` string
      - `parentId` string
      - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
        - `enabled` boolean
        - `monitoringLogDataEnabled` boolean
        - `name` string
        - `retentionPeriod` string
        - `securityAlertsEnabled` boolean
        - `loggingServiceIds` string[]
      - `usageStatistics` UsageStatistics — UsageStatistics is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
        - `apiHitsPerMonth` integer
    - `containerRegistry` ContainerRegistry — ContainerRegistry is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
      - `creationTime` string, date-time
      - `description` string
      - `id` string
      - `internetAccessibleEndpoint` boolean
      - `labels` object
      - `name` string
      - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
      - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
        - `region` string
      - `loggings` Logging[]
        - `activityLogging` ActivityLogging — ActivityLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `name` string
          - `retentionPeriod` string
          - `securityAlertsEnabled` boolean
          - `loggingServiceIds` string[]
        - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `name` string
          - `retentionPeriod` string
          - `securityAlertsEnabled` boolean
          - `loggingServiceIds` string[]
        - `bootLogging` BootLogging — BootLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `name` string
          - `retentionPeriod` string
          - `securityAlertsEnabled` boolean
          - `loggingServiceIds` string[]
        - `osLogging` OSLogging — OSLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `name` string
          - `retentionPeriod` string
          - `securityAlertsEnabled` boolean
          - `loggingServiceIds` string[]
        - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `name` string
          - `retentionPeriod` string
          - `securityAlertsEnabled` boolean
          - `loggingServiceIds` string[]
      - `redundancies` Redundancy[]
        - `geoRedundancy` GeoRedundancy — GeoRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `geoLocations` GeoLocation[]
            - `region` string
        - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `geoLocations` GeoLocation[]
            - `region` string
        - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `geoLocations` GeoLocation[]
            - `region` string
      - `parentId` string
      - `usageStatistics` UsageStatistics — UsageStatistics is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
        - `apiHitsPerMonth` integer
    - `certificate` Certificate — Certificate is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
      - `creationTime` string, date-time
      - `description` string
      - `enabled` boolean
      - `expirationDate` string, date-time
      - `id` string
      - `internetAccessibleEndpoint` boolean
      - `isManaged` boolean
      - `labels` object
      - `name` string
      - `notBeforeDate` string, date-time
      - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
      - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
        - `region` string
      - `usedByMultiple` Infrastructure — Infrastructure is an abstract class in our ontology, it cannot be instantiated but acts as an "interface".
        - `account` Account — Account is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. This represents the cloud account as a whole, e.g., an Azure subscription.
          - `creationTime` string, date-time
          - `description` string
          - `id` string
          - `internetAccessibleEndpoint` boolean
          - `labels` object
          - `name` string
          - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
          - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `region` string
          - `loggings` Logging[]
            - `activityLogging` ActivityLogging — ActivityLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `bootLogging` BootLogging — BootLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `osLogging` OSLogging — OSLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `redundancies` Redundancy[]
            - `geoRedundancy` GeoRedundancy — GeoRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `parentId` string
          - `usageStatistics` UsageStatistics — UsageStatistics is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `apiHitsPerMonth` integer
        - `job` Job — Job is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `creationTime` string, date-time
          - `description` string
          - `id` string
          - `internetAccessibleEndpoint` boolean
          - `labels` object
          - `name` string
          - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
          - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `region` string
          - `loggings` Logging[]
            - `activityLogging` ActivityLogging — ActivityLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `bootLogging` BootLogging — BootLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `osLogging` OSLogging — OSLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `redundancies` Redundancy[]
            - `geoRedundancy` GeoRedundancy — GeoRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `parentId` string
          - `usageStatistics` UsageStatistics — UsageStatistics is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `apiHitsPerMonth` integer
        - `workflow` Workflow — Workflow is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `creationTime` string, date-time
          - `description` string
          - `id` string
          - `internetAccessibleEndpoint` boolean
          - `labels` object
          - `name` string
          - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
          - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `region` string
          - `loggings` Logging[]
            - `activityLogging` ActivityLogging — ActivityLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `bootLogging` BootLogging — BootLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `osLogging` OSLogging — OSLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `redundancies` Redundancy[]
            - `geoRedundancy` GeoRedundancy — GeoRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `parentId` string
          - `usageStatistics` UsageStatistics — UsageStatistics is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `apiHitsPerMonth` integer
        - `codeRepository` CodeRepository — CodeRepository is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `creationTime` string, date-time
          - `description` string
          - `id` string
          - `internetAccessibleEndpoint` boolean
          - `labels` object
          - `name` string
          - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
          - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `region` string
          - `loggings` Logging[]
            - `activityLogging` ActivityLogging — ActivityLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `bootLogging` BootLogging — BootLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `osLogging` OSLogging — OSLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `redundancies` Redundancy[]
            - `geoRedundancy` GeoRedundancy — GeoRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `parentId` string
          - `usageStatistics` UsageStatistics — UsageStatistics is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `apiHitsPerMonth` integer
        - `container` Container — Container is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `creationTime` string, date-time
          - `description` string
          - `id` string
          - `internetAccessibleEndpoint` boolean
          - `labels` object
          - `name` string
          - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
          - `encryptionInUse` EncryptionInUse — EncryptionInUse is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `enabled` boolean
          - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `region` string
          - `imageId` string
          - `loggings` Logging[]
            - `activityLogging` ActivityLogging — ActivityLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `bootLogging` BootLogging — BootLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `osLogging` OSLogging — OSLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `networkInterfaceIds` string[]
          - `redundancies` Redundancy[]
            - `geoRedundancy` GeoRedundancy — GeoRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `remoteAttestation` RemoteAttestation — RemoteAttestation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `creationTime` string, date-time
            - `enabled` boolean
            - `status` boolean
          - `parentId` string
          - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `enabled` boolean
            - `monitoringLogDataEnabled` boolean
            - `name` string
            - `retentionPeriod` string
            - `securityAlertsEnabled` boolean
            - `loggingServiceIds` string[]
          - `usageStatistics` UsageStatistics — UsageStatistics is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `apiHitsPerMonth` integer
        - `function` Function — Function is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `creationTime` string, date-time
          - `description` string
          - `id` string
          - `internetAccessibleEndpoint` boolean
          - `labels` object
          - `name` string
          - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
          - `runtimeLanguage` string
          - `runtimeVersion` string
          - `encryptionInUse` EncryptionInUse — EncryptionInUse is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `enabled` boolean
          - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `region` string
          - `loggings` Logging[]
            - `activityLogging` ActivityLogging — ActivityLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `bootLogging` BootLogging — BootLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `osLogging` OSLogging — OSLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `networkInterfaceIds` string[]
          - `redundancies` Redundancy[]
            - `geoRedundancy` GeoRedundancy — GeoRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `remoteAttestation` RemoteAttestation — RemoteAttestation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `creationTime` string, date-time
            - `enabled` boolean
            - `status` boolean
          - `parentId` string
          - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `enabled` boolean
            - `monitoringLogDataEnabled` boolean
            - `name` string
            - `retentionPeriod` string
            - `securityAlertsEnabled` boolean
            - `loggingServiceIds` string[]
          - `usageStatistics` UsageStatistics — UsageStatistics is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `apiHitsPerMonth` integer
        - `qpu` QPU — QPU is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `oneQubitErrorRate` number, float
          - `spamErrorRate` number, float
          - `t1CoherenceTime` number, float — Coherence times are a standard measure for the reliability of executing quantum circuits. T1 is the qubits's energy relaxation time (in seconds).
          - `t2CoherenceTime` number, float — Coherence times are a standard measure for the reliability of executing quantum circuits. T1 is the qubits's energy dephasing time (in seconds).
          - `twoQubitErrorRate` number, float
          - `universalGateSetEnabled` boolean — The physical operations shall include a finite set of gates capable of approximating any unitary operation on qubits. This is typically achieved through combinations of one-qubit gates and a two-qubit entangling gate, such as CNOT, enabling the execution of a broad range of quantum algorithms.
          - `creationTime` string, date-time
          - `description` string
          - `errorCorrectionEnabled` boolean
          - `id` string
          - `internetAccessibleEndpoint` boolean
          - `labels` object
          - `name` string
          - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
          - `encryptionInUse` EncryptionInUse — EncryptionInUse is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `enabled` boolean
          - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `region` string
          - `loggings` Logging[]
            - `activityLogging` ActivityLogging — ActivityLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `bootLogging` BootLogging — BootLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `osLogging` OSLogging — OSLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `networkInterfaceIds` string[]
          - `redundancies` Redundancy[]
            - `geoRedundancy` GeoRedundancy — GeoRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `remoteAttestation` RemoteAttestation — RemoteAttestation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `creationTime` string, date-time
            - `enabled` boolean
            - `status` boolean
          - `parentId` string
          - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `enabled` boolean
            - `monitoringLogDataEnabled` boolean
            - `name` string
            - `retentionPeriod` string
            - `securityAlertsEnabled` boolean
            - `loggingServiceIds` string[]
          - `usageStatistics` UsageStatistics — UsageStatistics is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `apiHitsPerMonth` integer
        - `virtualMachine` VirtualMachine — VirtualMachine is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `creationTime` string, date-time
          - `description` string
          - `id` string
          - `internetAccessibleEndpoint` boolean
          - `labels` object
          - `name` string
          - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
          - `activityLogging` ActivityLogging — ActivityLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `enabled` boolean
            - `monitoringLogDataEnabled` boolean
            - `name` string
            - `retentionPeriod` string
            - `securityAlertsEnabled` boolean
            - `loggingServiceIds` string[]
          - `automaticUpdates` AutomaticUpdates — AutomaticUpdates is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. This feature is, e.g., available on some VM services to automatically update their software. It ensures that a resource is protected from tampering with its state.
            - `enabled` boolean
            - `interval` string — The interval refers to the update interval in days.
            - `securityOnly` boolean
          - `blockStorageIds` string[]
          - `bootLogging` BootLogging — BootLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `enabled` boolean
            - `monitoringLogDataEnabled` boolean
            - `name` string
            - `retentionPeriod` string
            - `securityAlertsEnabled` boolean
            - `loggingServiceIds` string[]
          - `encryptionInUse` EncryptionInUse — EncryptionInUse is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `enabled` boolean
          - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `region` string
          - `loggings` Logging[]
            - `activityLogging` ActivityLogging — ActivityLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `bootLogging` BootLogging — BootLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `osLogging` OSLogging — OSLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `malwareProtection` MalwareProtection — MalwareProtection is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. analyzes the activity within a Compute resource
            - `durationSinceActive` string
            - `enabled` boolean
            - `numberOfThreatsFound` integer
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `networkInterfaceIds` string[]
          - `osLogging` OSLogging — OSLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `enabled` boolean
            - `monitoringLogDataEnabled` boolean
            - `name` string
            - `retentionPeriod` string
            - `securityAlertsEnabled` boolean
            - `loggingServiceIds` string[]
          - `redundancies` Redundancy[]
            - `geoRedundancy` GeoRedundancy — GeoRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `remoteAttestation` RemoteAttestation — RemoteAttestation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `creationTime` string, date-time
            - `enabled` boolean
            - `status` boolean
          - `parentId` string
          - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `enabled` boolean
            - `monitoringLogDataEnabled` boolean
            - `name` string
            - `retentionPeriod` string
            - `securityAlertsEnabled` boolean
            - `loggingServiceIds` string[]
          - `usageStatistics` UsageStatistics — UsageStatistics is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `apiHitsPerMonth` integer
        - `containerOrchestration` ContainerOrchestration — ContainerOrchestration is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `creationTime` string, date-time
          - `description` string
          - `id` string
          - `internetAccessibleEndpoint` boolean
          - `labels` object
          - `managementUrl` string
          - `name` string
          - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
          - `containerIds` string[]
          - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `region` string
          - `loggings` Logging[]
            - `activityLogging` ActivityLogging — ActivityLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `bootLogging` BootLogging — BootLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `osLogging` OSLogging — OSLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `redundancies` Redundancy[]
            - `geoRedundancy` GeoRedundancy — GeoRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `parentId` string
          - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `enabled` boolean
            - `monitoringLogDataEnabled` boolean
            - `name` string
            - `retentionPeriod` string
            - `securityAlertsEnabled` boolean
            - `loggingServiceIds` string[]
          - `usageStatistics` UsageStatistics — UsageStatistics is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `apiHitsPerMonth` integer
        - `containerRegistry` ContainerRegistry — ContainerRegistry is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `creationTime` string, date-time
          - `description` string
          - `id` string
          - `internetAccessibleEndpoint` boolean
          - `labels` object
          - `name` string
          - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
          - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `region` string
          - `loggings` Logging[]
            - `activityLogging` ActivityLogging — ActivityLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `bootLogging` BootLogging — BootLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `osLogging` OSLogging — OSLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `redundancies` Redundancy[]
            - `geoRedundancy` GeoRedundancy — GeoRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `parentId` string
          - `usageStatistics` UsageStatistics — UsageStatistics is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `apiHitsPerMonth` integer
        - `certificate` Certificate — recursive
        - `key` Key — Key is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. A key used for encryption algorithms. The node that represents the "key" of this option. For example, in an INI file, this would be the [FieldDeclaration] node that represents the key.
          - `algorithm` string
          - `creationTime` string, date-time
          - `description` string
          - `enabled` boolean
          - `expirationDate` string, date-time
          - `id` string
          - `internetAccessibleEndpoint` boolean
          - `isManaged` boolean
          - `keySize` integer — Key size refers to the length of a key used in an enryption.
          - `labels` object
          - `name` string
          - `notBeforeDate` string, date-time
          - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
          - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `region` string
          - `usedByMultiple` Infrastructure — recursive
          - `loggings` Logging[]
            - `activityLogging` ActivityLogging — ActivityLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `bootLogging` BootLogging — BootLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `osLogging` OSLogging — OSLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `redundancies` Redundancy[]
            - `geoRedundancy` GeoRedundancy — GeoRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `parentId` string
          - `usageStatistics` UsageStatistics — UsageStatistics is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `apiHitsPerMonth` integer
        - `secret` Secret — Secret is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `creationTime` string, date-time
          - `description` string
          - `enabled` boolean
          - `expirationDate` string, date-time
          - `id` string
          - `internetAccessibleEndpoint` boolean
          - `isManaged` boolean
          - `keySize` integer — Key size refers to the length of a key used in an enryption.
          - `labels` object
          - `name` string
          - `notBeforeDate` string, date-time
          - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
          - `basedOn` Cipher — Cipher is an abstract class in our ontology, it cannot be instantiated but acts as an "interface". Represents a cipher suite. E.g. `AES-XTS-plain64`. enum:cipherName=coolCipher,unCoolCipher
            - `asymmetricCipher` AsymmetricCipher — AsymmetricCipher is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `hybridCipher` HybridCipher — HybridCipher is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `symmetricCipher` SymmetricCipher — SymmetricCipher is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. Represents a symmetric cipher.
              - …
          - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `region` string
          - `usedByMultiple` Infrastructure — recursive
          - `loggings` Logging[]
            - `activityLogging` ActivityLogging — ActivityLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `bootLogging` BootLogging — BootLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `osLogging` OSLogging — OSLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `redundancies` Redundancy[]
            - `geoRedundancy` GeoRedundancy — GeoRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `parentId` string
          - `usageStatistics` UsageStatistics — UsageStatistics is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `apiHitsPerMonth` integer
        - `identity` Identity — Identity is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `activated` boolean
          - `creationTime` string, date-time
          - `description` string
          - `disablePasswordPolicy` boolean
          - `enforceMfa` boolean
          - `id` string
          - `internetAccessibleEndpoint` boolean
          - `labels` object
          - `lastActivity` string, date-time
          - `loginDefenderEnabled` boolean
          - `name` string
          - `privileged` boolean
          - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
          - `authenticity` Authenticity — Authenticity is an abstract class in our ontology, it cannot be instantiated but acts as an "interface".
            - `certificateBasedAuthentication` CertificateBasedAuthentication — CertificateBasedAuthentication is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `jwtAuthentication` JwtAuthentication — JwtAuthentication is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. Represents a JWT-based authentication, which extends the [TokenBasedAuth].
              - …
            - `multiFactorAuthentiation` MultiFactorAuthentiation — MultiFactorAuthentiation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `noAuthentication` NoAuthentication — NoAuthentication is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `otpBasedAuthentication` OTPBasedAuthentication — OTPBasedAuthentication is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `passwordBasedAuthentication` PasswordBasedAuthentication — PasswordBasedAuthentication is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `singleSignOn` SingleSignOn — SingleSignOn is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `authorization` Authorization — Authorization is an abstract class in our ontology, it cannot be instantiated but acts as an "interface".
            - `abac` ABAC — ABAC is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `l3Firewall` L3Firewall — L3Firewall is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `webApplicationFirewall` WebApplicationFirewall — WebApplicationFirewall is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. A WAF is a L7 firewall that includes L3 capabilities
              - …
            - `rateLimiting` RateLimiting — RateLimiting is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. Rate limiting is used to control the frequency of incoming requests to prevent system overload
              - …
            - `rbac` RBAC — RBAC is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `region` string
          - `loggings` Logging[]
            - `activityLogging` ActivityLogging — ActivityLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `bootLogging` BootLogging — BootLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `osLogging` OSLogging — OSLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `redundancies` Redundancy[]
            - `geoRedundancy` GeoRedundancy — GeoRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `parentId` string
          - `usageStatistics` UsageStatistics — UsageStatistics is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `apiHitsPerMonth` integer
        - `roleAssignment` RoleAssignment — RoleAssignment is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `activated` boolean
          - `creationTime` string, date-time
          - `description` string
          - `id` string
          - `internetAccessibleEndpoint` boolean
          - `labels` object
          - `name` string
          - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
          - `authenticity` Authenticity — Authenticity is an abstract class in our ontology, it cannot be instantiated but acts as an "interface".
            - `certificateBasedAuthentication` CertificateBasedAuthentication — CertificateBasedAuthentication is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `jwtAuthentication` JwtAuthentication — JwtAuthentication is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. Represents a JWT-based authentication, which extends the [TokenBasedAuth].
              - …
            - `multiFactorAuthentiation` MultiFactorAuthentiation — MultiFactorAuthentiation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `noAuthentication` NoAuthentication — NoAuthentication is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `otpBasedAuthentication` OTPBasedAuthentication — OTPBasedAuthentication is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `passwordBasedAuthentication` PasswordBasedAuthentication — PasswordBasedAuthentication is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `singleSignOn` SingleSignOn — SingleSignOn is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `authorization` Authorization — Authorization is an abstract class in our ontology, it cannot be instantiated but acts as an "interface".
            - `abac` ABAC — ABAC is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `l3Firewall` L3Firewall — L3Firewall is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `webApplicationFirewall` WebApplicationFirewall — WebApplicationFirewall is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. A WAF is a L7 firewall that includes L3 capabilities
              - …
            - `rateLimiting` RateLimiting — RateLimiting is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. Rate limiting is used to control the frequency of incoming requests to prevent system overload
              - …
            - `rbac` RBAC — RBAC is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `region` string
          - `loggings` Logging[]
            - `activityLogging` ActivityLogging — ActivityLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `bootLogging` BootLogging — BootLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `osLogging` OSLogging — OSLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `redundancies` Redundancy[]
            - `geoRedundancy` GeoRedundancy — GeoRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `parentId` string
          - `usageStatistics` UsageStatistics — UsageStatistics is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `apiHitsPerMonth` integer
        - `containerImage` ContainerImage — ContainerImage is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `creationTime` string, date-time
          - `description` string
          - `id` string
          - `internetAccessibleEndpoint` boolean
          - `labels` object
          - `name` string
          - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
          - `applicationId` string
          - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `region` string
          - `loggings` Logging[]
            - `activityLogging` ActivityLogging — ActivityLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `bootLogging` BootLogging — BootLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `osLogging` OSLogging — OSLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `redundancies` Redundancy[]
            - `geoRedundancy` GeoRedundancy — GeoRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `parentId` string
          - `usageStatistics` UsageStatistics — UsageStatistics is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `apiHitsPerMonth` integer
        - `vmImage` VMImage — VMImage is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `creationTime` string, date-time
          - `description` string
          - `id` string
          - `internetAccessibleEndpoint` boolean
          - `labels` object
          - `name` string
          - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
          - `applicationId` string
          - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `region` string
          - `loggings` Logging[]
            - `activityLogging` ActivityLogging — ActivityLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `bootLogging` BootLogging — BootLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `osLogging` OSLogging — OSLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `redundancies` Redundancy[]
            - `geoRedundancy` GeoRedundancy — GeoRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `parentId` string
          - `usageStatistics` UsageStatistics — UsageStatistics is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `apiHitsPerMonth` integer
        - `deviceProvisioningService` DeviceProvisioningService — DeviceProvisioningService is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `creationTime` string, date-time
          - `description` string
          - `id` string
          - `internetAccessibleEndpoint` boolean
          - `labels` object
          - `name` string
          - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
          - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `region` string
          - `loggings` Logging[]
            - `activityLogging` ActivityLogging — ActivityLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `bootLogging` BootLogging — BootLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `osLogging` OSLogging — OSLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `redundancies` Redundancy[]
            - `geoRedundancy` GeoRedundancy — GeoRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `parentId` string
          - `usageStatistics` UsageStatistics — UsageStatistics is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `apiHitsPerMonth` integer
        - `messagingHub` MessagingHub — MessagingHub is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `creationTime` string, date-time
          - `description` string
          - `id` string
          - `internetAccessibleEndpoint` boolean
          - `labels` object
          - `name` string
          - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
          - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `region` string
          - `loggings` Logging[]
            - `activityLogging` ActivityLogging — ActivityLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `bootLogging` BootLogging — BootLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `osLogging` OSLogging — OSLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `redundancies` Redundancy[]
            - `geoRedundancy` GeoRedundancy — GeoRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `parentId` string
          - `usageStatistics` UsageStatistics — UsageStatistics is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `apiHitsPerMonth` integer
        - `keyVault` KeyVault — KeyVault is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `creationTime` string, date-time
          - `description` string
          - `id` string
          - `internetAccessibleEndpoint` boolean
          - `labels` object
          - `name` string
          - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
          - `credentialIds` string[]
          - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `region` string
          - `loggings` Logging[]
            - `activityLogging` ActivityLogging — ActivityLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `bootLogging` BootLogging — BootLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `osLogging` OSLogging — OSLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `redundancies` Redundancy[]
            - `geoRedundancy` GeoRedundancy — GeoRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `parentId` string
          - `usageStatistics` UsageStatistics — UsageStatistics is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `apiHitsPerMonth` integer
        - `networkInterface` NetworkInterface — NetworkInterface is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `creationTime` string, date-time
          - `description` string
          - `id` string
          - `internetAccessibleEndpoint` boolean
          - `labels` object
          - `name` string
          - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
          - `accessRestriction` AccessRestriction — AccessRestriction is an abstract class in our ontology, it cannot be instantiated but acts as an "interface".
            - `l3Firewall` L3Firewall — L3Firewall is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `webApplicationFirewall` WebApplicationFirewall — WebApplicationFirewall is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. A WAF is a L7 firewall that includes L3 capabilities
              - …
            - `rateLimiting` RateLimiting — RateLimiting is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. Rate limiting is used to control the frequency of incoming requests to prevent system overload
              - …
          - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `region` string
          - `loggings` Logging[]
            - `activityLogging` ActivityLogging — ActivityLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `bootLogging` BootLogging — BootLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `osLogging` OSLogging — OSLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `networkServiceId` string
          - `redundancies` Redundancy[]
            - `geoRedundancy` GeoRedundancy — GeoRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `parentId` string
          - `usageStatistics` UsageStatistics — UsageStatistics is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `apiHitsPerMonth` integer
        - `networkSecurityGroup` NetworkSecurityGroup — NetworkSecurityGroup is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `creationTime` string, date-time
          - `description` string
          - `id` string
          - `internetAccessibleEndpoint` boolean
          - `labels` object
          - `name` string
          - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
          - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `region` string
          - `loggings` Logging[]
            - `activityLogging` ActivityLogging — ActivityLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `bootLogging` BootLogging — BootLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `osLogging` OSLogging — OSLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `redundancies` Redundancy[]
            - `geoRedundancy` GeoRedundancy — GeoRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `parentId` string
          - `usageStatistics` UsageStatistics — UsageStatistics is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `apiHitsPerMonth` integer
        - `functionService` FunctionService — FunctionService is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `creationTime` string, date-time
          - `description` string
          - `id` string
          - `internetAccessibleEndpoint` boolean
          - `ips` string[]
          - `labels` object
          - `name` string
          - `ports` integer[]
          - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
          - `authenticity` Authenticity — Authenticity is an abstract class in our ontology, it cannot be instantiated but acts as an "interface".
            - `certificateBasedAuthentication` CertificateBasedAuthentication — CertificateBasedAuthentication is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `jwtAuthentication` JwtAuthentication — JwtAuthentication is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. Represents a JWT-based authentication, which extends the [TokenBasedAuth].
              - …
            - `multiFactorAuthentiation` MultiFactorAuthentiation — MultiFactorAuthentiation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `noAuthentication` NoAuthentication — NoAuthentication is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `otpBasedAuthentication` OTPBasedAuthentication — OTPBasedAuthentication is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `passwordBasedAuthentication` PasswordBasedAuthentication — PasswordBasedAuthentication is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `singleSignOn` SingleSignOn — SingleSignOn is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `computeIds` string[]
          - `functionIds` string[]
          - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `region` string
          - `loggings` Logging[]
            - `activityLogging` ActivityLogging — ActivityLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `bootLogging` BootLogging — BootLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `osLogging` OSLogging — OSLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `redundancies` Redundancy[]
            - `geoRedundancy` GeoRedundancy — GeoRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `parentId` string
          - `serviceMetadataDocumentId` string
          - `transportEncryption` TransportEncryption — TransportEncryption is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. enabled means the resource _can_ be reached via https, while enforced means it _can only_ be reached via https (or http traffic is redirected)
            - `enabled` boolean
            - `enforced` boolean
            - `protocol` string
            - `protocolVersion` number, float
            - `tlsSignatureAlgorithm` string — tlsSignatureAlgorithm: e.g., rsa_pss_rsae_sha256/384/512, ecdsa_secp256r1_sha256, ed25519
            - `basedOn` Cipher — Cipher is an abstract class in our ontology, it cannot be instantiated but acts as an "interface". Represents a cipher suite. E.g. `AES-XTS-plain64`. enum:cipherName=coolCipher,unCoolCipher
              - …
            - `cipherSuites` CipherSuite[]
              - …
            - `secretId` string
          - `usageStatistics` UsageStatistics — UsageStatistics is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `apiHitsPerMonth` integer
        - `genericNetworkService` GenericNetworkService — GenericNetworkService is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. A generic network service.
          - `creationTime` string, date-time
          - `description` string
          - `id` string
          - `internetAccessibleEndpoint` boolean
          - `ips` string[]
          - `labels` object
          - `name` string
          - `ports` integer[]
          - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
          - `authenticity` Authenticity — Authenticity is an abstract class in our ontology, it cannot be instantiated but acts as an "interface".
            - `certificateBasedAuthentication` CertificateBasedAuthentication — CertificateBasedAuthentication is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `jwtAuthentication` JwtAuthentication — JwtAuthentication is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. Represents a JWT-based authentication, which extends the [TokenBasedAuth].
              - …
            - `multiFactorAuthentiation` MultiFactorAuthentiation — MultiFactorAuthentiation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `noAuthentication` NoAuthentication — NoAuthentication is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `otpBasedAuthentication` OTPBasedAuthentication — OTPBasedAuthentication is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `passwordBasedAuthentication` PasswordBasedAuthentication — PasswordBasedAuthentication is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `singleSignOn` SingleSignOn — SingleSignOn is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `computeIds` string[]
          - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `region` string
          - `loggings` Logging[]
            - `activityLogging` ActivityLogging — ActivityLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `bootLogging` BootLogging — BootLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `osLogging` OSLogging — OSLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `redundancies` Redundancy[]
            - `geoRedundancy` GeoRedundancy — GeoRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `parentId` string
          - `serviceMetadataDocumentId` string
          - `transportEncryption` TransportEncryption — TransportEncryption is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. enabled means the resource _can_ be reached via https, while enforced means it _can only_ be reached via https (or http traffic is redirected)
            - `enabled` boolean
            - `enforced` boolean
            - `protocol` string
            - `protocolVersion` number, float
            - `tlsSignatureAlgorithm` string — tlsSignatureAlgorithm: e.g., rsa_pss_rsae_sha256/384/512, ecdsa_secp256r1_sha256, ed25519
            - `basedOn` Cipher — Cipher is an abstract class in our ontology, it cannot be instantiated but acts as an "interface". Represents a cipher suite. E.g. `AES-XTS-plain64`. enum:cipherName=coolCipher,unCoolCipher
              - …
            - `cipherSuites` CipherSuite[]
              - …
            - `secretId` string
          - `usageStatistics` UsageStatistics — UsageStatistics is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `apiHitsPerMonth` integer
        - `loadBalancer` LoadBalancer — LoadBalancer is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. A Load Balancer may have multiple access restriction features, e.g. a L3 firewall and a WAF
          - `creationTime` string, date-time
          - `description` string
          - `id` string
          - `internetAccessibleEndpoint` boolean
          - `ips` string[]
          - `labels` object
          - `name` string
          - `ports` integer[]
          - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
          - `url` string
          - `accessRestriction` AccessRestriction — AccessRestriction is an abstract class in our ontology, it cannot be instantiated but acts as an "interface".
            - `l3Firewall` L3Firewall — L3Firewall is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `webApplicationFirewall` WebApplicationFirewall — WebApplicationFirewall is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. A WAF is a L7 firewall that includes L3 capabilities
              - …
            - `rateLimiting` RateLimiting — RateLimiting is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. Rate limiting is used to control the frequency of incoming requests to prevent system overload
              - …
          - `authenticity` Authenticity — Authenticity is an abstract class in our ontology, it cannot be instantiated but acts as an "interface".
            - `certificateBasedAuthentication` CertificateBasedAuthentication — CertificateBasedAuthentication is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `jwtAuthentication` JwtAuthentication — JwtAuthentication is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. Represents a JWT-based authentication, which extends the [TokenBasedAuth].
              - …
            - `multiFactorAuthentiation` MultiFactorAuthentiation — MultiFactorAuthentiation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `noAuthentication` NoAuthentication — NoAuthentication is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `otpBasedAuthentication` OTPBasedAuthentication — OTPBasedAuthentication is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `passwordBasedAuthentication` PasswordBasedAuthentication — PasswordBasedAuthentication is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `singleSignOn` SingleSignOn — SingleSignOn is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `computeIds` string[]
          - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `region` string
          - `httpEndpoints` HttpEndpoint[]
            - `handler` string
            - `method` string
            - `path` string
            - `url` string
            - `authenticity` Authenticity — Authenticity is an abstract class in our ontology, it cannot be instantiated but acts as an "interface".
              - …
            - `authorization` Authorization — Authorization is an abstract class in our ontology, it cannot be instantiated but acts as an "interface".
              - …
            - `httpRequestContext` HttpRequestContext — HttpRequestContext is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. Represents an abstract concept of request context. This usually holds the contextual information of a specific HTTP request.
            - `transportEncryption` TransportEncryption — TransportEncryption is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. enabled means the resource _can_ be reached via https, while enforced means it _can only_ be reached via https (or http traffic is redirected)
              - …
          - `loggings` Logging[]
            - `activityLogging` ActivityLogging — ActivityLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `bootLogging` BootLogging — BootLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `osLogging` OSLogging — OSLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `networkServiceIds` string[]
          - `redundancies` Redundancy[]
            - `geoRedundancy` GeoRedundancy — GeoRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `parentId` string
          - `serviceMetadataDocumentId` string
          - `transportEncryption` TransportEncryption — TransportEncryption is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. enabled means the resource _can_ be reached via https, while enforced means it _can only_ be reached via https (or http traffic is redirected)
            - `enabled` boolean
            - `enforced` boolean
            - `protocol` string
            - `protocolVersion` number, float
            - `tlsSignatureAlgorithm` string — tlsSignatureAlgorithm: e.g., rsa_pss_rsae_sha256/384/512, ecdsa_secp256r1_sha256, ed25519
- … truncated; see the full OpenAPI document linked below

## Other responses

- `default` — Default error response

## Changes

- **2026-03-04** `6f9736fd333d` — 71 warning, 1075 info
  - removed the optional property `results/items/application/functionalities/items/cryptographicHash` from the response with the `200` status
  - removed the optional property `results/items/application/functionalities/items/encryption` from the response with the `200` status
  - removed the optional property `results/items/application/functionalities/items/httpEndpoint/authenticity/tokenBasedAuthentication` from the response with the `200` status
  - removed the optional property `results/items/application/functionalities/items/httpRequest/httpEndpoints/items/authenticity/tokenBasedAuthentication` from the response with the `200` status
  - …1142 more
- **2025-07-21** `b8dafdde11de` — 3 info
  - added the optional property `results/items/codeNotebook` to the response with the `200` status
  - added the optional property `results/items/machineLearningModel/vulnerabilities` to the response with the `200` status
  - added the optional property `results/items/qpu` to the response with the `200` status
- **2025-07-08** `ec8f459a6a24` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/clouditor/apis/untitled-api/changes/v1/evidence_store/resources/get.md)

---

[API](https://skmtc.dev/clouditor/apis/untitled-api.md) · [All operations](https://skmtc.dev/clouditor/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc.dev/clouditor/apis/untitled-api/revisions/6f9736fd333d?raw)
