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

# GET /v1/evidence_store/evidences

`GET /v1/evidence_store/evidences`

Returns all stored evidences. Part of the public API, also exposed as REST.

## Query parameters

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

## Response `200`

OK

- ListEvidencesResponse
  - `evidences` Evidence[]
    - `id` string — the ID in a uuid format
    - `timestamp` string, date-time — time of evidence creation
    - `targetOfEvaluationId` string — Reference to a target of evaluation (e.g., service, organization) this evidence was gathered from
    - `toolId` string — Reference to the tool which provided the evidence
    - `resource` Resource — Resource is an abstract class in our ontology, it cannot be instantiated but acts as an "interface".
      - `account` Account — Account is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. This represents the cloud account as a whole, e.g., an Azure subscription.
        - `creationTime` string, date-time
        - `description` string
        - `id` string
        - `internetAccessibleEndpoint` boolean
        - `labels` object
        - `name` string
        - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
        - `assetInventory` AssetInventory — AssetInventory is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. AuditInterval contains the frequency of asset inventory audits in month. Class representing the inventory of assets. Status contains the status of the asset (e.g., active, inactive). StorageFacility contains the storage facility type of the asset (e.g., central, decentralized). Type: contains the type of the asset, e.g., digital UpdateInterval contains the frequency of asset inventory updates in month.
          - `allRequiredInformationRecorded` boolean — Indicates whether all required information for an asset inventory entry has been recorded.
          - `auditInterval` integer — The time needed for an audit.
          - `completedReviewPercentage` number, float — Percentage of completed reviews and updates of asset inventory entries.
          - `status` string
          - `storageFacility` string
          - `type` string
          - `updateDuration` integer — The time needed for an update.
          - `updateInterval` integer
        - `changeAndConfigurationManagement` ChangeAndConfigurationManagement — ChangeAndConfigurationManagement is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `requestForChange` RequestForChange — RequestForChange is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `approvedBeforeDeployment` 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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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[]
              - …
          - `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[]
              - …
          - `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[]
              - …
        - `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.
        - `changeAndConfigurationManagement` ChangeAndConfigurationManagement — ChangeAndConfigurationManagement is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `requestForChange` RequestForChange — RequestForChange is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `approvedBeforeDeployment` 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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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[]
              - …
          - `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[]
              - …
          - `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[]
              - …
        - `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.
        - `changeAndConfigurationManagement` ChangeAndConfigurationManagement — ChangeAndConfigurationManagement is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `requestForChange` RequestForChange — RequestForChange is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `approvedBeforeDeployment` 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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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[]
              - …
          - `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[]
              - …
          - `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[]
              - …
        - `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. ApprovedCommitAuthorEnforced verifies that code modifications are made by authorized developers whose changes have been validated, enhancing accountability and traceability. ReviewPercentage is the percentage of merged pull requests with code reviews. ReviewPercentageLastMonth is the percentage of merged pull requests with code reviews in the last 30 days.
        - `approvedCommitAuthorEnforced` boolean
        - `creationTime` string, date-time
        - `description` string
        - `id` string
        - `internetAccessibleEndpoint` boolean
        - `labels` object
        - `name` string
        - `numberOfRequiredReviewers` integer
        - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
        - `reviewPercentage` number, float
        - `reviewPercentageLastMonth` number, float
        - `changeAndConfigurationManagement` ChangeAndConfigurationManagement — ChangeAndConfigurationManagement is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `requestForChange` RequestForChange — RequestForChange is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `approvedBeforeDeployment` boolean
        - `codeSignoff` CodeSignoff — CodeSignoff is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. Percentage: Percentage of commits with "Signed-off-by" lines. PercentageLastMonth: Percentage of commits with "Signed-off-by" lines in the last 30 days. Signoffs enable users to affirm that a commit complies with the rules and licensing governing a repository
          - `enforced` boolean
          - `percentage` number, float
          - `percentageLastMonth` number, float
        - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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[]
              - …
          - `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[]
              - …
          - `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[]
              - …
        - `parentId` string
        - `signedCommits` SignedCommits — SignedCommits is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. SignedCommits cryptographically verify the identity of the commit author. Percentage: Percentage of signed commits. PercentageLastMonth: Percentage of signed commits in the last 30 days.
          - `enforced` boolean
          - `percentage` number, float
          - `percentageLastMonth` number, float
        - `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
        - `verifiedCommits` VerifiedCommits — VerifiedCommits is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. VerifiedCommits ensure that cryptographic signatures on commits are successfully validated against trusted keys, confirming author authenticity and code integrity. Percentage: Percentage of verified commits. PercentageLastMonth: Percentage of verified commits in the last 30 days.
          - `percentage` number, float
          - `percentageLastMonth` number, float
      - `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.
        - `changeAndConfigurationManagement` ChangeAndConfigurationManagement — ChangeAndConfigurationManagement is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `requestForChange` RequestForChange — RequestForChange is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `approvedBeforeDeployment` boolean
        - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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[]
              - …
          - `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[]
              - …
          - `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[]
              - …
        - `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
          - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
          - `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
        - `changeAndConfigurationManagement` ChangeAndConfigurationManagement — ChangeAndConfigurationManagement is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `requestForChange` RequestForChange — RequestForChange is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `approvedBeforeDeployment` boolean
        - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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[]
              - …
          - `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[]
              - …
          - `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[]
              - …
        - `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
          - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
          - `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
      - `qpu` QPU — QPU is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
        - `oneQubitErrorRate` number, float
        - `spamErrorRate` number, float
        - `t1CoherenceTime` number, float — Coherence times are a standard measure for the reliability of executing quantum circuits. T1 is the qubits's energy relaxation time (in seconds).
        - `t2CoherenceTime` number, float — Coherence times are a standard measure for the reliability of executing quantum circuits. T1 is the qubits's energy dephasing time (in seconds).
        - `twoQubitErrorRate` number, float
        - `universalGateSetEnabled` boolean — The physical operations shall include a finite set of gates capable of approximating any unitary operation on qubits. This is typically achieved through combinations of one-qubit gates and a two-qubit entangling gate, such as CNOT, enabling the execution of a broad range of quantum algorithms.
        - `creationTime` string, date-time
        - `description` string
        - `errorCorrectionEnabled` boolean
        - `id` string
        - `internetAccessibleEndpoint` boolean
        - `labels` object
        - `name` string
        - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
        - `changeAndConfigurationManagement` ChangeAndConfigurationManagement — ChangeAndConfigurationManagement is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `requestForChange` RequestForChange — RequestForChange is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `approvedBeforeDeployment` boolean
        - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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[]
              - …
          - `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[]
              - …
          - `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[]
              - …
        - `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
          - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
          - `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
          - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
          - `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
          - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
          - `monitoringLogDataEnabled` boolean
          - `retentionPeriod` string
          - `securityAlertsEnabled` boolean
          - `loggingServiceIds` string[]
        - `changeAndConfigurationManagement` ChangeAndConfigurationManagement — ChangeAndConfigurationManagement is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `requestForChange` RequestForChange — RequestForChange is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `approvedBeforeDeployment` boolean
        - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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
          - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
          - `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[]
              - …
          - `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[]
              - …
          - `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[]
              - …
        - `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
          - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
          - `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.
        - `changeAndConfigurationManagement` ChangeAndConfigurationManagement — ChangeAndConfigurationManagement is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `requestForChange` RequestForChange — RequestForChange is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `approvedBeforeDeployment` boolean
        - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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[]
              - …
          - `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[]
              - …
          - `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[]
              - …
        - `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
          - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
          - `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.
        - `changeAndConfigurationManagement` ChangeAndConfigurationManagement — ChangeAndConfigurationManagement is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `requestForChange` RequestForChange — RequestForChange is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `approvedBeforeDeployment` 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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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
            - `logLevel` string — enum:logLevel=FATAL,CRITICAL,ERROR,WARN,INFO,DEBUG,TRACE,UNKNOWN
            - `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[]
              - …
          - `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[]
              - …
          - `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[]
              - …
        - `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.
        - `changeAndConfigurationManagement` ChangeAndConfigurationManagement — ChangeAndConfigurationManagement is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `requestForChange` RequestForChange — RequestForChange is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `approvedBeforeDeployment` 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
        - `usedByMultiple` Infrastructure — Infrastructure is an abstract class in our ontology, it cannot be instantiated but acts as an "interface".
          - `account` Account — Account is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. This represents the cloud account as a whole, e.g., an Azure subscription.
            - `creationTime` string, date-time
            - `description` string
            - `id` string
            - `internetAccessibleEndpoint` boolean
            - `labels` object
            - `name` string
            - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
            - `assetInventory` AssetInventory — AssetInventory is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. AuditInterval contains the frequency of asset inventory audits in month. Class representing the inventory of assets. Status contains the status of the asset (e.g., active, inactive). StorageFacility contains the storage facility type of the asset (e.g., central, decentralized). Type: contains the type of the asset, e.g., digital UpdateInterval contains the frequency of asset inventory updates in month.
              - …
            - `changeAndConfigurationManagement` ChangeAndConfigurationManagement — ChangeAndConfigurationManagement is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `loggings` Logging[]
              - …
            - `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
              - …
            - `redundancies` Redundancy[]
              - …
            - `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.
              - …
          - `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.
            - `changeAndConfigurationManagement` ChangeAndConfigurationManagement — ChangeAndConfigurationManagement is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `loggings` Logging[]
              - …
            - `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
              - …
            - `redundancies` Redundancy[]
              - …
            - `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.
              - …
          - `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.
            - `changeAndConfigurationManagement` ChangeAndConfigurationManagement — ChangeAndConfigurationManagement is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `loggings` Logging[]
              - …
            - `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
              - …
            - `redundancies` Redundancy[]
              - …
            - `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.
              - …
          - `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. ApprovedCommitAuthorEnforced verifies that code modifications are made by authorized developers whose changes have been validated, enhancing accountability and traceability. ReviewPercentage is the percentage of merged pull requests with code reviews. ReviewPercentageLastMonth is the percentage of merged pull requests with code reviews in the last 30 days.
            - `approvedCommitAuthorEnforced` boolean
            - `creationTime` string, date-time
            - `description` string
            - `id` string
            - `internetAccessibleEndpoint` boolean
            - `labels` object
            - `name` string
            - `numberOfRequiredReviewers` integer
            - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
            - `reviewPercentage` number, float
            - `reviewPercentageLastMonth` number, float
            - `changeAndConfigurationManagement` ChangeAndConfigurationManagement — ChangeAndConfigurationManagement is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `codeSignoff` CodeSignoff — CodeSignoff is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. Percentage: Percentage of commits with "Signed-off-by" lines. PercentageLastMonth: Percentage of commits with "Signed-off-by" lines in the last 30 days. Signoffs enable users to affirm that a commit complies with the rules and licensing governing a repository
              - …
            - `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.
              - …
            - `loggings` Logging[]
              - …
            - `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
              - …
            - `redundancies` Redundancy[]
              - …
            - `parentId` string
            - `signedCommits` SignedCommits — SignedCommits is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. SignedCommits cryptographically verify the identity of the commit author. Percentage: Percentage of signed commits. PercentageLastMonth: Percentage of signed commits in the last 30 days.
              - …
            - `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.
              - …
            - `verifiedCommits` VerifiedCommits — VerifiedCommits is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. VerifiedCommits ensure that cryptographic signatures on commits are successfully validated against trusted keys, confirming author authenticity and code integrity. Percentage: Percentage of verified commits. PercentageLastMonth: Percentage of verified commits in the last 30 days.
              - …
          - `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.
            - `changeAndConfigurationManagement` ChangeAndConfigurationManagement — ChangeAndConfigurationManagement is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `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.
              - …
            - `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.
              - …
            - `imageId` string
            - `loggings` Logging[]
              - …
            - `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
              - …
            - `networkInterfaceIds` string[]
            - `redundancies` Redundancy[]
              - …
            - `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.
              - …
            - `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.
              - …
            - `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.
              - …
          - `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
            - `changeAndConfigurationManagement` ChangeAndConfigurationManagement — ChangeAndConfigurationManagement is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `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.
              - …
            - `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.
              - …
            - `loggings` Logging[]
              - …
            - `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
              - …
            - `networkInterfaceIds` string[]
            - `redundancies` Redundancy[]
              - …
            - `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.
              - …
            - `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.
              - …
            - `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.
              - …
          - `qpu` QPU — QPU is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `oneQubitErrorRate` number, float
            - `spamErrorRate` number, float
            - `t1CoherenceTime` number, float — Coherence times are a standard measure for the reliability of executing quantum circuits. T1 is the qubits's energy relaxation time (in seconds).
            - `t2CoherenceTime` number, float — Coherence times are a standard measure for the reliability of executing quantum circuits. T1 is the qubits's energy dephasing time (in seconds).
            - `twoQubitErrorRate` number, float
            - `universalGateSetEnabled` boolean — The physical operations shall include a finite set of gates capable of approximating any unitary operation on qubits. This is typically achieved through combinations of one-qubit gates and a two-qubit entangling gate, such as CNOT, enabling the execution of a broad range of quantum algorithms.
            - `creationTime` string, date-time
            - `description` string
            - `errorCorrectionEnabled` boolean
            - `id` string
            - `internetAccessibleEndpoint` boolean
            - `labels` object
            - `name` string
            - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
            - `changeAndConfigurationManagement` ChangeAndConfigurationManagement — ChangeAndConfigurationManagement is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `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.
              - …
            - `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.
              - …
            - `loggings` Logging[]
              - …
            - `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
              - …
            - `networkInterfaceIds` string[]
            - `redundancies` Redundancy[]
              - …
            - `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.
              - …
            - `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.
              - …
            - `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.
              - …
          - `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.
              - …
            - `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.
              - …
            - `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.
              - …
            - `changeAndConfigurationManagement` ChangeAndConfigurationManagement — ChangeAndConfigurationManagement is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `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.
              - …
            - `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.
              - …
            - `loggings` Logging[]
              - …
            - `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
              - …
            - `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.
              - …
            - `redundancies` Redundancy[]
              - …
            - `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.
              - …
            - `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.
              - …
            - `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.
              - …
          - `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.
            - `changeAndConfigurationManagement` ChangeAndConfigurationManagement — ChangeAndConfigurationManagement is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `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.
              - …
            - `loggings` Logging[]
              - …
            - `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
              - …
            - `redundancies` Redundancy[]
              - …
            - `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.
              - …
            - `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.
              - …
          - `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.
            - `changeAndConfigurationManagement` ChangeAndConfigurationManagement — ChangeAndConfigurationManagement is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `loggings` Logging[]
              - …
            - `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
              - …
            - `redundancies` Redundancy[]
              - …
            - `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.
              - …
          - `certificate` Certificate — recursive
          - `key` Key — Key is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. A key used for encryption algorithms. The node that represents the "key" of this option. For example, in an INI file, this would be the [FieldDeclaration] node that represents the key.
            - `algorithm` string
            - `creationTime` string, date-time
            - `description` string
            - `enabled` boolean
            - `expirationDate` string, date-time
            - `id` string
            - `internetAccessibleEndpoint` boolean
            - `isManaged` boolean
            - `keySize` integer — Key size refers to the length of a key used in an enryption.
            - `labels` object
            - `name` string
            - `notBeforeDate` string, date-time
            - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
            - `changeAndConfigurationManagement` ChangeAndConfigurationManagement — ChangeAndConfigurationManagement is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `usedByMultiple` Infrastructure — recursive
            - `loggings` Logging[]
              - …
            - `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
              - …
            - `redundancies` Redundancy[]
              - …
            - `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.
              - …
          - `secret` Secret — Secret is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `creationTime` string, date-time
            - `description` string
            - `enabled` boolean
            - `expirationDate` string, date-time
            - `id` string
            - `internetAccessibleEndpoint` boolean
            - `isManaged` boolean
            - `keySize` integer — Key size refers to the length of a key used in an enryption.
            - `labels` object
            - `name` string
            - `notBeforeDate` string, date-time
            - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
            - `changeAndConfigurationManagement` ChangeAndConfigurationManagement — ChangeAndConfigurationManagement is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `basedOn` Cipher — Cipher is an abstract class in our ontology, it cannot be instantiated but acts as an "interface". Represents a cipher suite. E.g. `AES-XTS-plain64`. enum:cipherName=coolCipher,unCoolCipher
              - …
            - `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.
              - …
            - `usedByMultiple` Infrastructure — recursive
            - `loggings` Logging[]
              - …
            - `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
              - …
            - `redundancies` Redundancy[]
              - …
            - `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.
              - …
          - `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.
            - `authorization` Authorization — Authorization is an abstract class in our ontology, it cannot be instantiated but acts as an "interface".
              - …
            - `changeAndConfigurationManagement` ChangeAndConfigurationManagement — ChangeAndConfigurationManagement is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `loggings` Logging[]
              - …
            - `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
              - …
            - `redundancies` Redundancy[]
              - …
            - `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.
              - …
          - `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.
            - `authorization` Authorization — Authorization is an abstract class in our ontology, it cannot be instantiated but acts as an "interface".
              - …
            - `changeAndConfigurationManagement` ChangeAndConfigurationManagement — ChangeAndConfigurationManagement is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `loggings` Logging[]
              - …
            - `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
              - …
            - `redundancies` Redundancy[]
              - …
            - `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.
              - …
          - `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
            - `changeAndConfigurationManagement` ChangeAndConfigurationManagement — ChangeAndConfigurationManagement is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `loggings` Logging[]
              - …
            - `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
              - …
            - `redundancies` Redundancy[]
              - …
            - `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.
              - …
          - `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
            - `changeAndConfigurationManagement` ChangeAndConfigurationManagement — ChangeAndConfigurationManagement is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `loggings` Logging[]
              - …
            - `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
              - …
            - `redundancies` Redundancy[]
              - …
            - `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.
              - …
          - `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.
            - `changeAndConfigurationManagement` ChangeAndConfigurationManagement — ChangeAndConfigurationManagement is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `loggings` Logging[]
              - …
            - `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
              - …
            - `redundancies` Redundancy[]
              - …
            - `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.
              - …
          - `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.
            - `changeAndConfigurationManagement` ChangeAndConfigurationManagement — ChangeAndConfigurationManagement is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `loggings` Logging[]
              - …
            - `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
              - …
            - `redundancies` Redundancy[]
              - …
            - `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.
              - …
          - `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.
            - `changeAndConfigurationManagement` ChangeAndConfigurationManagement — ChangeAndConfigurationManagement is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `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.
              - …
            - `loggings` Logging[]
              - …
            - `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
              - …
            - `redundancies` Redundancy[]
              - …
            - `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.
              - …
          - `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".
              - …
            - `changeAndConfigurationManagement` ChangeAndConfigurationManagement — ChangeAndConfigurationManagement is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `loggings` Logging[]
              - …
            - `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
              - …
            - `networkServiceId` string
            - `redundancies` Redundancy[]
              - …
            - `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.
              - …
          - `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.
            - `changeAndConfigurationManagement` ChangeAndConfigurationManagement — ChangeAndConfigurationManagement is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `loggings` Logging[]
              - …
            - `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
              - …
            - `redundancies` Redundancy[]
              - …
            - `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.
              - …
          - `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.
            - `changeAndConfigurationManagement` ChangeAndConfigurationManagement — ChangeAndConfigurationManagement is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `computeIds` string[]
            - `functionIds` string[]
            - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `loggings` Logging[]
              - …
            - `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
              - …
            - `redundancies` Redundancy[]
              - …
            - `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)
              - …
            - `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.
              - …
          - `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.
            - `changeAndConfigurationManagement` ChangeAndConfigurationManagement — ChangeAndConfigurationManagement is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `computeIds` string[]
            - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `loggings` Logging[]
              - …
            - `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
              - …
            - `redundancies` Redundancy[]
              - …
            - `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)
              - …
            - `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.
              - …
          - `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".
              - …
            - `changeAndConfigurationManagement` ChangeAndConfigurationManagement — ChangeAndConfigurationManagement is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `computeIds` string[]
            - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `httpEndpoints` HttpEndpoint[]
              - …
            - `loggings` Logging[]
              - …
            - `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
              - …
            - `networkServiceIds` string[]
            - `redundancies` Redundancy[]
              - …
            - `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)
              - …
            - `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.
              - …
          - `loggingService` LoggingService — LoggingService is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. A logging-as-a-service offering, e.g. for analyzing logs; has a Storage resource that stores the logs
            - `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.
            - `changeAndConfigurationManagement` ChangeAndConfigurationManagement — ChangeAndConfigurationManagement is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `computeIds` string[]
            - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `loggings` Logging[]
              - …
            - `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
              - …
            - `redundancies` Redundancy[]
              - …
            - `parentId` string
            - `serviceMetadataDocumentId` string
            - `storageIds` 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)
              - …
            - `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.
              - …
          - `machineLearningService` MachineLearningService — MachineLearningService 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.
            - `changeAndConfigurationManagement` ChangeAndConfigurationManagement — ChangeAndConfigurationManagement is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `computeIds` string[]
            - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `loggings` Logging[]
              - …
            - `machineLearningIds` 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
              - …
            - `redundancies` Redundancy[]
              - …
            - `parentId` string
            - `serviceMetadataDocumentId` string
            - `storageIds` 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)
              - …
            - `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.
              - …
          - `securityAdvisoryService` SecurityAdvisoryService — SecurityAdvisoryService is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. This service discloses security advisories, e.g. according to the CSAF standard. It has one or more feeds that contain the actual advisories as well as multiple (public) keys that are used to sign the advisory documents.
            - `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.
            - `changeAndConfigurationManagement` ChangeAndConfigurationManagement — ChangeAndConfigurationManagement is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `computeIds` string[]
            - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `keyIds` string[]
            - `loggings` Logging[]
              - …
            - `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
              - …
            - `redundancies` Redundancy[]
              - …
            - `parentId` string
            - `securityAdvisoryFeeds` SecurityAdvisoryFeed[]
              - …
            - `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)
              - …
            - `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.
              - …
          - `documentDatabaseService` DocumentDatabaseService — DocumentDatabaseService 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.
            - `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.
              - …
            - `anomalyDetections` AnomalyDetection[]
              - …
            - `changeAndConfigurationManagement` ChangeAndConfigurationManagement — ChangeAndConfigurationManagement is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `computeIds` string[]
            - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `httpEndpoint` HttpEndpoint — HttpEndpoint is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. An HTTP endpoint can set the "proxyTarget" property, in case that is routed through a (reverse) proxy, e.g. a load balancer. Via the Authenticity relationship, the access type can be specified, e.g. public access (no authentication), password-based, etc.
              - …
            - `loggings` Logging[]
              - …
            - `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
              - …
            - `redundancies` Redundancy[]
              - …
            - `parentId` string
            - `serviceMetadataDocumentId` string
            - `storageIds` 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)
              - …
            - `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.
              - …
          - `keyValueDatabaseService` KeyValueDatabaseService — KeyValueDatabaseService 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.
            - `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.
              - …
            - `anomalyDetections` AnomalyDetection[]
              - …
            - `changeAndConfigurationManagement` ChangeAndConfigurationManagement — ChangeAndConfigurationManagement is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `computeIds` string[]
            - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `httpEndpoint` HttpEndpoint — HttpEndpoint is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. An HTTP endpoint can set the "proxyTarget" property, in case that is routed through a (reverse) proxy, e.g. a load balancer. Via the Authenticity relationship, the access type can be specified, e.g. public access (no authentication), password-based, etc.
              - …
            - `loggings` Logging[]
              - …
            - `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
              - …
            - `redundancies` Redundancy[]
              - …
            - `parentId` string
            - `serviceMetadataDocumentId` string
            - `storageIds` 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)
              - …
            - `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.
              - …
          - `multiModalDatabaseService` MultiModalDatabaseService — MultiModalDatabaseService is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. This class represents a database service that identifies itself as "multi-model", e.g., offers document storage as well as relational features.
            - `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.
            - `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.
              - …
            - `anomalyDetections` AnomalyDetection[]
              - …
            - `changeAndConfigurationManagement` ChangeAndConfigurationManagement — ChangeAndConfigurationManagement is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `computeIds` string[]
            - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `httpEndpoint` HttpEndpoint — HttpEndpoint is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. An HTTP endpoint can set the "proxyTarget" property, in case that is routed through a (reverse) proxy, e.g. a load balancer. Via the Authenticity relationship, the access type can be specified, e.g. public access (no authentication), password-based, etc.
              - …
            - `loggings` Logging[]
              - …
            - `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
              - …
            - `redundancies` Redundancy[]
              - …
            - `parentId` string
            - `serviceMetadataDocumentId` string
            - `storageIds` 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)
              - …
            - `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.
              - …
          - `relationalDatabaseService` RelationalDatabaseService — RelationalDatabaseService 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.
            - `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.
              - …
            - `anomalyDetections` AnomalyDetection[]
              - …
            - `changeAndConfigurationManagement` ChangeAndConfigurationManagement — ChangeAndConfigurationManagement is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `computeIds` string[]
            - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `httpEndpoint` HttpEndpoint — HttpEndpoint is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. An HTTP endpoint can set the "proxyTarget" property, in case that is routed through a (reverse) proxy, e.g. a load balancer. Via the Authenticity relationship, the access type can be specified, e.g. public access (no authentication), password-based, etc.
              - …
            - `loggings` Logging[]
              - …
            - `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
              - …
            - `redundancies` Redundancy[]
              - …
            - `parentId` string
            - `serviceMetadataDocumentId` string
            - `storageIds` 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)
              - …
            - `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.
              - …
          - `fileStorageService` FileStorageService — FileStorageService is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. An file storage service represents the network service that is used to access a list of file storage shares. The storage itself is modelled as a FileStorage. The service has an http endpoint.
            - `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.
            - `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.
              - …
            - `changeAndConfigurationManagement` ChangeAndConfigurationManagement — ChangeAndConfigurationManagement is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `computeIds` string[]
            - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `httpEndpoint` HttpEndpoint — HttpEndpoint is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. An HTTP endpoint can set the "proxyTarget" property, in case that is routed through a (reverse) proxy, e.g. a load balancer. Via the Authenticity relationship, the access type can be specified, e.g. public access (no authentication), password-based, etc.
              - …
            - `loggings` Logging[]
              - …
            - `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
              - …
            - `redundancies` Redundancy[]
              - …
            - `parentId` string
            - `serviceMetadataDocumentId` string
            - `storageIds` 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)
              - …
            - `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.
              - …
          - `objectStorageService` ObjectStorageService — ObjectStorageService is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. An object storage service represents the network service that is used to access a list of object storage containers. The storage itself is modelled as a ObjectStorage. The service has an http endpoint.
            - `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.
            - `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.
              - …
            - `changeAndConfigurationManagement` ChangeAndConfigurationManagement — ChangeAndConfigurationManagement is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `computeIds` string[]
            - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `httpEndpoint` HttpEndpoint — HttpEndpoint is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. An HTTP endpoint can set the "proxyTarget" property, in case that is routed through a (reverse) proxy, e.g. a load balancer. Via the Authenticity relationship, the access type can be specified, e.g. public access (no authentication), password-based, etc.
              - …
            - `loggings` Logging[]
              - …
            - `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
              - …
            - `redundancies` Redundancy[]
              - …
            - `parentId` string
            - `serviceMetadataDocumentId` string
            - `storageIds` 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)
              - …
            - `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.
              - …
          - `virtualNetwork` VirtualNetwork — VirtualNetwork 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.
            - `changeAndConfigurationManagement` ChangeAndConfigurationManagement — ChangeAndConfigurationManagement is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `loggings` Logging[]
              - …
            - `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
              - …
            - `redundancies` Redundancy[]
              - …
            - `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.
              - …
          - `virtualSubNetwork` VirtualSubNetwork — VirtualSubNetwork 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.
            - `changeAndConfigurationManagement` ChangeAndConfigurationManagement — ChangeAndConfigurationManagement is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `loggings` Logging[]
              - …
            - `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
              - …
            - `redundancies` Redundancy[]
              - …
            - `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.
              - …
          - `passwordPolicy` PasswordPolicy — PasswordPolicy 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.
            - `changeAndConfigurationManagement` ChangeAndConfigurationManagement — ChangeAndConfigurationManagement is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `loggings` Logging[]
              - …
            - `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
              - …
            - `redundancies` Redundancy[]
              - …
            - `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.
              - …
          - `resourceGroup` ResourceGroup — ResourceGroup 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.
            - `changeAndConfigurationManagement` ChangeAndConfigurationManagement — ChangeAndConfigurationManagement is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `loggings` Logging[]
              - …
            - `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
              - …
            - `redundancies` Redundancy[]
              - …
            - `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.
              - …
          - `blockStorage` BlockStorage — BlockStorage 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.
              - …
            - `atRestEncryption` AtRestEncryption — AtRestEncryption is an abstract class in our ontology, it cannot be instantiated but acts as an "interface".
              - …
            - `backups` Backup[]
              - …
            - `changeAndConfigurationManagement` ChangeAndConfigurationManagement — ChangeAndConfigurationManagement is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
- … truncated; see the full OpenAPI document linked below

## Other responses

- `default` — Default error response

---

[API](https://skmtc.net/clouditor/apis/untitled-api.md) · [All operations](https://skmtc.net/clouditor/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clouditor/untitled-api/versions/352be17968d1/schema)
