---
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
          - `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
          - `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
          - `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
          - `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
          - `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
          - `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
          - `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
          - `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
          - `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
          - `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
          - `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
          - `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
          - `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
          - `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
          - `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
          - `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
          - `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
          - `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
          - `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
          - `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
    - `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.
      - `creationTime` string, date-time
      - `description` string
      - `errorCorrectionEnabled` boolean
      - `id` string
      - `internetAccessibleEndpoint` boolean
      - `labels` object
      - `name` string
      - `oneQubitGateErrorRate` number, float
      - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
      - `spamErrorRate` number, float
      - `twoQubitGateErrorRate` number, float
      - `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
          - `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
          - `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
          - `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
          - `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
          - `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
        - `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
    - `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
          - `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
          - `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
          - `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
          - `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
          - `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
        - `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
          - `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
          - `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
          - `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
          - `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
          - `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
        - `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
        - `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
        - `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
          - `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
          - `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
          - `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
          - `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
          - `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
          - `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
        - `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
        - `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
          - `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
          - `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
          - `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
          - `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
          - `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
        - `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
          - `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
          - `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
          - `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
          - `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
          - `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
      - `infrastructureId` 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
          - `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
          - `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
          - `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
          - `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
          - `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
    - `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.
      - `algorithm` string
      - `creationTime` string, date-time
      - `description` string
      - `enabled` boolean
      - `expirationDate` string, date-time
      - `id` string
      - `internetAccessibleEndpoint` boolean
      - `isManaged` boolean
      - `keySize` integer
      - `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
      - `infrastructureId` 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
          - `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
          - `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
          - `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
          - `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
          - `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
    - `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
      - `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
      - `infrastructureId` 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
          - `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
          - `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
          - `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
          - `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
          - `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
    - `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.
          - `contextIsChecked` boolean
          - `enabled` boolean
        - `tokenBasedAuthentication` TokenBasedAuthentication — TokenBasedAuthentication is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `contextIsChecked` boolean
          - `enabled` boolean
          - `enforced` boolean
        - `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.
          - `contextIsChecked` boolean
          - `authenticities` Authenticity[]
        - `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.
          - `contextIsChecked` boolean
        - `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.
          - `activated` boolean
          - `contextIsChecked` boolean
        - `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.
          - `activated` boolean
          - `contextIsChecked` boolean
        - `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.
          - `contextIsChecked` boolean
          - `enabled` boolean
      - `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.
          - `enabled` boolean
          - `inbound` boolean
          - `restrictedPorts` string
        - `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
          - `enabled` boolean
        - `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.
          - `broadAssignments` number, float — see Privacy Smells: Detecting Privacy Problems in Cloud Architectures (2020)
          - `mixedDuties` number, float — see Privacy Smells: Detecting Privacy Problems in Cloud Architectures (2020)
      - `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
          - `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
          - `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
          - `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
          - `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
          - `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
    - `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.
          - `contextIsChecked` boolean
          - `enabled` boolean
        - `tokenBasedAuthentication` TokenBasedAuthentication — TokenBasedAuthentication is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `contextIsChecked` boolean
          - `enabled` boolean
          - `enforced` boolean
        - `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.
          - `contextIsChecked` boolean
          - `authenticities` Authenticity[]
        - `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.
          - `contextIsChecked` boolean
        - `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.
          - `activated` boolean
          - `contextIsChecked` boolean
        - `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.
          - `activated` boolean
          - `contextIsChecked` boolean
        - `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.
          - `contextIsChecked` boolean
          - `enabled` boolean
      - `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.
          - `enabled` boolean
          - `inbound` boolean
          - `restrictedPorts` string
        - `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
          - `enabled` boolean
        - `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.
          - `broadAssignments` number, float — see Privacy Smells: Detecting Privacy Problems in Cloud Architectures (2020)
          - `mixedDuties` number, float — see Privacy Smells: Detecting Privacy Problems in Cloud Architectures (2020)
      - `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
          - `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
          - `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
          - `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
          - `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
          - `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
    - `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.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `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
          - `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
          - `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
          - `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
          - `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
    - `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.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `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
          - `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
          - `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
          - `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
          - `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
    - `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.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `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
          - `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
          - `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
          - `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
          - `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
    - `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.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `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
          - `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
          - `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
          - `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
          - `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
    - `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.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `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
          - `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
          - `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
          - `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
          - `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
    - `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.
          - `enabled` boolean
          - `inbound` boolean
          - `restrictedPorts` string
        - `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
          - `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
          - `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
          - `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
          - `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
          - `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
          - `retentionPeriod` string
          - `securityAlertsEnabled` boolean
          - `loggingServiceIds` string[]
      - `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.
          - `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
    - `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.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `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
          - `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
          - `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
          - `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
          - `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
    - `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.
          - `contextIsChecked` boolean
          - `enabled` boolean
        - `tokenBasedAuthentication` TokenBasedAuthentication — TokenBasedAuthentication is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `contextIsChecked` boolean
          - `enabled` boolean
          - `enforced` boolean
        - `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.
          - `contextIsChecked` boolean
          - `authenticities` Authenticity[]
        - `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.
          - `contextIsChecked` boolean
        - `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.
          - `activated` boolean
          - `contextIsChecked` boolean
        - `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.
          - `activated` boolean
          - `contextIsChecked` boolean
        - `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.
          - `contextIsChecked` boolean
          - `enabled` boolean
      - `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.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `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
          - `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
          - `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
          - `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
          - `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
      - `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
        - `cipherSuites` CipherSuite[]
          - `authenticationMechanism` string — for example: RSA, ECDSA
          - `keyExchangeAlgorithm` string
          - `macAlgorithm` string — naming schema: SHA-256
          - `sessionCipher` string — naming schema: AES-128-GCM
      - `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.
          - `contextIsChecked` boolean
          - `enabled` boolean
        - `tokenBasedAuthentication` TokenBasedAuthentication — TokenBasedAuthentication is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `contextIsChecked` boolean
          - `enabled` boolean
          - `enforced` boolean
        - `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.
          - `contextIsChecked` boolean
          - `authenticities` Authenticity[]
        - `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.
          - `contextIsChecked` boolean
        - `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.
          - `activated` boolean
          - `contextIsChecked` boolean
        - `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.
          - `activated` boolean
          - `contextIsChecked` boolean
        - `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.
          - `contextIsChecked` boolean
          - `enabled` boolean
      - `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.
          - `enabled` boolean
          - `monitoringLogDataEnabled` boolean
          - `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
          - `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
          - `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
          - `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
          - `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
      - `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
        - `cipherSuites` CipherSuite[]
          - `authenticationMechanism` string — for example: RSA, ECDSA
          - `keyExchangeAlgorithm` string
          - `macAlgorithm` string — naming schema: SHA-256
          - `sessionCipher` string — naming schema: AES-128-GCM
      - `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.
          - `enabled` boolean
          - `inbound` boolean
          - `restrictedPorts` string
        - `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
          - `enabled` boolean
      - `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.
          - `contextIsChecked` boolean
          - `enabled` boolean
        - `tokenBasedAuthentication` TokenBasedAuthentication — TokenBasedAuthentication is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `contextIsChecked` boolean
          - `enabled` boolean
          - `enforced` boolean
        - `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.
          - `contextIsChecked` boolean
          - `authenticities` Authenticity[]
        - `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.
          - `contextIsChecked` boolean
        - `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.
          - `activated` boolean
          - `contextIsChecked` boolean
        - `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.
          - `activated` boolean
          - `contextIsChecked` boolean
        - `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.
          - `contextIsChecked` boolean
          - `enabled` boolean
      - `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".
          - `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.
            - `contextIsChecked` boolean
            - `enabled` boolean
          - `tokenBasedAuthentication` TokenBasedAuthentication — TokenBasedAuthentication is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `contextIsChecked` boolean
            - `enabled` boolean
            - `enforced` boolean
          - `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.
            - `contextIsChecked` boolean
            - `authenticities` Authenticity[]
          - `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.
            - `contextIsChecked` boolean
          - `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.
            - `activated` boolean
            - `contextIsChecked` boolean
          - `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.
            - `activated` boolean
            - `contextIsChecked` boolean
          - `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.
            - `contextIsChecked` boolean
            - `enabled` boolean
        - `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
- … truncated; see the full OpenAPI document linked below

## Other responses

- `default` — Default error response

## Changes

- **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-service-production.skmtc.workers.dev/v1/apis/clouditor/untitled-api/revisions/b8dafdde11de/schema)
