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

# GET /v1/evidence_store/resources

`GET /v1/evidence_store/resources`

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

## Query parameters

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

## Response `200`

OK

- ListResourcesResponse
  - `results` Resource[], required
    - `account` Account — Account is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. This represents the cloud account as a whole, e.g., an Azure subscription.
      - `creationTime` string, date-time
      - `description` string
      - `id` string
      - `internetAccessibleEndpoint` boolean
      - `labels` object
      - `name` string
      - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
      - `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[]
            - `region` string
        - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `geoLocations` GeoLocation[]
            - `region` string
        - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `geoLocations` GeoLocation[]
            - `region` string
      - `parentId` string
      - `usageStatistics` UsageStatistics — UsageStatistics is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
        - `apiHitsPerMonth` integer
    - `job` Job — Job is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
      - `creationTime` string, date-time
      - `description` string
      - `id` string
      - `internetAccessibleEndpoint` boolean
      - `labels` object
      - `name` string
      - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
      - `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[]
            - `region` string
        - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `geoLocations` GeoLocation[]
            - `region` string
        - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `geoLocations` GeoLocation[]
            - `region` string
      - `parentId` string
      - `usageStatistics` UsageStatistics — UsageStatistics is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
        - `apiHitsPerMonth` integer
    - `workflow` Workflow — Workflow is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
      - `creationTime` string, date-time
      - `description` string
      - `id` string
      - `internetAccessibleEndpoint` boolean
      - `labels` object
      - `name` string
      - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
      - `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[]
            - `region` string
        - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `geoLocations` GeoLocation[]
            - `region` string
        - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `geoLocations` GeoLocation[]
            - `region` string
      - `parentId` string
      - `usageStatistics` UsageStatistics — UsageStatistics is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
        - `apiHitsPerMonth` integer
    - `codeRepository` CodeRepository — CodeRepository is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. 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[]
            - `region` string
        - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `geoLocations` GeoLocation[]
            - `region` string
        - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `geoLocations` GeoLocation[]
            - `region` string
      - `parentId` string
      - `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[]
            - `region` string
        - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `geoLocations` GeoLocation[]
            - `region` string
        - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `geoLocations` GeoLocation[]
            - `region` string
      - `remoteAttestation` RemoteAttestation — RemoteAttestation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
        - `creationTime` string, date-time
        - `enabled` boolean
        - `status` boolean
      - `parentId` string
      - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
        - `enabled` boolean
        - `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[]
            - `region` string
        - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `geoLocations` GeoLocation[]
            - `region` string
        - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `geoLocations` GeoLocation[]
            - `region` string
      - `remoteAttestation` RemoteAttestation — RemoteAttestation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
        - `creationTime` string, date-time
        - `enabled` boolean
        - `status` boolean
      - `parentId` string
      - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
        - `enabled` boolean
        - `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[]
            - `region` string
        - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `geoLocations` GeoLocation[]
            - `region` string
        - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `geoLocations` GeoLocation[]
            - `region` string
      - `remoteAttestation` RemoteAttestation — RemoteAttestation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
        - `creationTime` string, date-time
        - `enabled` boolean
        - `status` boolean
      - `parentId` string
      - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
        - `enabled` boolean
        - `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[]
            - `region` string
        - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `geoLocations` GeoLocation[]
            - `region` string
        - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `geoLocations` GeoLocation[]
            - `region` string
      - `remoteAttestation` RemoteAttestation — RemoteAttestation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
        - `creationTime` string, date-time
        - `enabled` boolean
        - `status` boolean
      - `parentId` string
      - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
        - `enabled` boolean
        - `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[]
            - `region` string
        - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `geoLocations` GeoLocation[]
            - `region` string
        - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `geoLocations` GeoLocation[]
            - `region` string
      - `parentId` string
      - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
        - `enabled` boolean
        - `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[]
            - `region` string
        - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `geoLocations` GeoLocation[]
            - `region` string
        - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `geoLocations` GeoLocation[]
            - `region` string
      - `parentId` string
      - `usageStatistics` UsageStatistics — UsageStatistics is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
        - `apiHitsPerMonth` integer
    - `certificate` Certificate — Certificate is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
      - `creationTime` string, date-time
      - `description` string
      - `enabled` boolean
      - `expirationDate` string, date-time
      - `id` string
      - `internetAccessibleEndpoint` boolean
      - `isManaged` boolean
      - `labels` object
      - `name` string
      - `notBeforeDate` string, date-time
      - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
      - `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.
            - `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.
              - …
          - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `region` string
          - `loggings` Logging[]
            - `activityLogging` ActivityLogging — ActivityLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `bootLogging` BootLogging — BootLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `osLogging` OSLogging — OSLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `malwareProtection` MalwareProtection — MalwareProtection is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. analyzes the activity within a Compute resource
            - `durationSinceActive` string
            - `enabled` boolean
            - `numberOfThreatsFound` integer
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `redundancies` Redundancy[]
            - `geoRedundancy` GeoRedundancy — GeoRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `parentId` string
          - `usageStatistics` UsageStatistics — UsageStatistics is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `apiHitsPerMonth` integer
        - `job` Job — Job is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `creationTime` string, date-time
          - `description` string
          - `id` string
          - `internetAccessibleEndpoint` boolean
          - `labels` object
          - `name` string
          - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
          - `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.
              - …
          - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `region` string
          - `loggings` Logging[]
            - `activityLogging` ActivityLogging — ActivityLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `bootLogging` BootLogging — BootLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `osLogging` OSLogging — OSLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `malwareProtection` MalwareProtection — MalwareProtection is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. analyzes the activity within a Compute resource
            - `durationSinceActive` string
            - `enabled` boolean
            - `numberOfThreatsFound` integer
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `redundancies` Redundancy[]
            - `geoRedundancy` GeoRedundancy — GeoRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `parentId` string
          - `usageStatistics` UsageStatistics — UsageStatistics is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `apiHitsPerMonth` integer
        - `workflow` Workflow — Workflow is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `creationTime` string, date-time
          - `description` string
          - `id` string
          - `internetAccessibleEndpoint` boolean
          - `labels` object
          - `name` string
          - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
          - `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.
              - …
          - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `region` string
          - `loggings` Logging[]
            - `activityLogging` ActivityLogging — ActivityLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `bootLogging` BootLogging — BootLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `osLogging` OSLogging — OSLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `malwareProtection` MalwareProtection — MalwareProtection is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. analyzes the activity within a Compute resource
            - `durationSinceActive` string
            - `enabled` boolean
            - `numberOfThreatsFound` integer
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `redundancies` Redundancy[]
            - `geoRedundancy` GeoRedundancy — GeoRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `parentId` string
          - `usageStatistics` UsageStatistics — UsageStatistics is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `apiHitsPerMonth` integer
        - `codeRepository` CodeRepository — CodeRepository is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. 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.
              - …
          - `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.
              - …
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `bootLogging` BootLogging — BootLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `osLogging` OSLogging — OSLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `malwareProtection` MalwareProtection — MalwareProtection is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. analyzes the activity within a Compute resource
            - `durationSinceActive` string
            - `enabled` boolean
            - `numberOfThreatsFound` integer
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `redundancies` Redundancy[]
            - `geoRedundancy` GeoRedundancy — GeoRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `parentId` string
          - `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.
              - …
          - `encryptionInUse` EncryptionInUse — EncryptionInUse is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `enabled` boolean
          - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `region` string
          - `imageId` string
          - `loggings` Logging[]
            - `activityLogging` ActivityLogging — ActivityLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `bootLogging` BootLogging — BootLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `osLogging` OSLogging — OSLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `malwareProtection` MalwareProtection — MalwareProtection is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. analyzes the activity within a Compute resource
            - `durationSinceActive` string
            - `enabled` boolean
            - `numberOfThreatsFound` integer
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `networkInterfaceIds` string[]
          - `redundancies` Redundancy[]
            - `geoRedundancy` GeoRedundancy — GeoRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `remoteAttestation` RemoteAttestation — RemoteAttestation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `creationTime` string, date-time
            - `enabled` boolean
            - `status` boolean
          - `parentId` string
          - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `enabled` boolean
            - `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.
              - …
          - `encryptionInUse` EncryptionInUse — EncryptionInUse is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `enabled` boolean
          - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `region` string
          - `loggings` Logging[]
            - `activityLogging` ActivityLogging — ActivityLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `bootLogging` BootLogging — BootLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `osLogging` OSLogging — OSLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `malwareProtection` MalwareProtection — MalwareProtection is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. analyzes the activity within a Compute resource
            - `durationSinceActive` string
            - `enabled` boolean
            - `numberOfThreatsFound` integer
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `networkInterfaceIds` string[]
          - `redundancies` Redundancy[]
            - `geoRedundancy` GeoRedundancy — GeoRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `remoteAttestation` RemoteAttestation — RemoteAttestation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `creationTime` string, date-time
            - `enabled` boolean
            - `status` boolean
          - `parentId` string
          - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `enabled` boolean
            - `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.
              - …
          - `encryptionInUse` EncryptionInUse — EncryptionInUse is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `enabled` boolean
          - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `region` string
          - `loggings` Logging[]
            - `activityLogging` ActivityLogging — ActivityLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `bootLogging` BootLogging — BootLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `osLogging` OSLogging — OSLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `malwareProtection` MalwareProtection — MalwareProtection is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. analyzes the activity within a Compute resource
            - `durationSinceActive` string
            - `enabled` boolean
            - `numberOfThreatsFound` integer
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `networkInterfaceIds` string[]
          - `redundancies` Redundancy[]
            - `geoRedundancy` GeoRedundancy — GeoRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `remoteAttestation` RemoteAttestation — RemoteAttestation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `creationTime` string, date-time
            - `enabled` boolean
            - `status` boolean
          - `parentId` string
          - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `enabled` boolean
            - `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.
              - …
          - `encryptionInUse` EncryptionInUse — EncryptionInUse is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `enabled` boolean
          - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `region` string
          - `loggings` Logging[]
            - `activityLogging` ActivityLogging — ActivityLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `bootLogging` BootLogging — BootLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `osLogging` OSLogging — OSLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `malwareProtection` MalwareProtection — MalwareProtection is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. analyzes the activity within a Compute resource
            - `durationSinceActive` string
            - `enabled` boolean
            - `numberOfThreatsFound` integer
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `networkInterfaceIds` string[]
          - `osLogging` OSLogging — OSLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `enabled` boolean
            - `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.
              - …
            - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `remoteAttestation` RemoteAttestation — RemoteAttestation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `creationTime` string, date-time
            - `enabled` boolean
            - `status` boolean
          - `parentId` string
          - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `enabled` boolean
            - `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.
              - …
          - `containerIds` string[]
          - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `region` string
          - `loggings` Logging[]
            - `activityLogging` ActivityLogging — ActivityLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `bootLogging` BootLogging — BootLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `osLogging` OSLogging — OSLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `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.
              - …
          - `redundancies` Redundancy[]
            - `geoRedundancy` GeoRedundancy — GeoRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `parentId` string
          - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `enabled` boolean
            - `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.
              - …
          - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `region` string
          - `loggings` Logging[]
            - `activityLogging` ActivityLogging — ActivityLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `bootLogging` BootLogging — BootLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `osLogging` OSLogging — OSLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `malwareProtection` MalwareProtection — MalwareProtection is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. analyzes the activity within a Compute resource
            - `durationSinceActive` string
            - `enabled` boolean
            - `numberOfThreatsFound` integer
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `redundancies` Redundancy[]
            - `geoRedundancy` GeoRedundancy — GeoRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `parentId` string
          - `usageStatistics` UsageStatistics — UsageStatistics is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `apiHitsPerMonth` integer
        - `certificate` Certificate — recursive
        - `key` Key — Key is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. A key used for encryption algorithms. The node that represents the "key" of this option. For example, in an INI file, this would be the [FieldDeclaration] node that represents the key.
          - `algorithm` string
          - `creationTime` string, date-time
          - `description` string
          - `enabled` boolean
          - `expirationDate` string, date-time
          - `id` string
          - `internetAccessibleEndpoint` boolean
          - `isManaged` boolean
          - `keySize` integer — Key size refers to the length of a key used in an enryption.
          - `labels` object
          - `name` string
          - `notBeforeDate` string, date-time
          - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
          - `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.
              - …
          - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `region` string
          - `usedByMultiple` Infrastructure — recursive
          - `loggings` Logging[]
            - `activityLogging` ActivityLogging — ActivityLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `bootLogging` BootLogging — BootLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `osLogging` OSLogging — OSLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `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.
              - …
          - `redundancies` Redundancy[]
            - `geoRedundancy` GeoRedundancy — GeoRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `parentId` string
          - `usageStatistics` UsageStatistics — UsageStatistics is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `apiHitsPerMonth` integer
        - `secret` Secret — Secret is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `creationTime` string, date-time
          - `description` string
          - `enabled` boolean
          - `expirationDate` string, date-time
          - `id` string
          - `internetAccessibleEndpoint` boolean
          - `isManaged` boolean
          - `keySize` integer — Key size refers to the length of a key used in an enryption.
          - `labels` object
          - `name` string
          - `notBeforeDate` string, date-time
          - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
          - `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.
              - …
          - `basedOn` Cipher — Cipher is an abstract class in our ontology, it cannot be instantiated but acts as an "interface". Represents a cipher suite. E.g. `AES-XTS-plain64`. enum:cipherName=coolCipher,unCoolCipher
            - `asymmetricCipher` AsymmetricCipher — AsymmetricCipher is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `hybridCipher` HybridCipher — HybridCipher is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `symmetricCipher` SymmetricCipher — SymmetricCipher is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. Represents a symmetric cipher.
              - …
          - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `region` string
          - `usedByMultiple` Infrastructure — recursive
          - `loggings` Logging[]
            - `activityLogging` ActivityLogging — ActivityLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `bootLogging` BootLogging — BootLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `osLogging` OSLogging — OSLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `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.
              - …
          - `redundancies` Redundancy[]
            - `geoRedundancy` GeoRedundancy — GeoRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `parentId` string
          - `usageStatistics` UsageStatistics — UsageStatistics is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `apiHitsPerMonth` integer
        - `identity` Identity — Identity is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `activated` boolean
          - `creationTime` string, date-time
          - `description` string
          - `disablePasswordPolicy` boolean
          - `enforceMfa` boolean
          - `id` string
          - `internetAccessibleEndpoint` boolean
          - `labels` object
          - `lastActivity` string, date-time
          - `loginDefenderEnabled` boolean
          - `name` string
          - `privileged` boolean
          - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
          - `authorization` Authorization — Authorization is an abstract class in our ontology, it cannot be instantiated but acts as an "interface".
            - `abac` ABAC — ABAC is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `l3Firewall` L3Firewall — L3Firewall is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `webApplicationFirewall` WebApplicationFirewall — WebApplicationFirewall is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. A WAF is a L7 firewall that includes L3 capabilities
              - …
            - `rateLimiting` RateLimiting — RateLimiting is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. Rate limiting is used to control the frequency of incoming requests to prevent system overload
              - …
            - `rbac` RBAC — RBAC is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `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.
              - …
          - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `region` string
          - `loggings` Logging[]
            - `activityLogging` ActivityLogging — ActivityLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `bootLogging` BootLogging — BootLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `osLogging` OSLogging — OSLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `malwareProtection` MalwareProtection — MalwareProtection is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. analyzes the activity within a Compute resource
            - `durationSinceActive` string
            - `enabled` boolean
            - `numberOfThreatsFound` integer
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `redundancies` Redundancy[]
            - `geoRedundancy` GeoRedundancy — GeoRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `parentId` string
          - `usageStatistics` UsageStatistics — UsageStatistics is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `apiHitsPerMonth` integer
        - `roleAssignment` RoleAssignment — RoleAssignment is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `activated` boolean
          - `creationTime` string, date-time
          - `description` string
          - `id` string
          - `internetAccessibleEndpoint` boolean
          - `labels` object
          - `name` string
          - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
          - `authorization` Authorization — Authorization is an abstract class in our ontology, it cannot be instantiated but acts as an "interface".
            - `abac` ABAC — ABAC is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `l3Firewall` L3Firewall — L3Firewall is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `webApplicationFirewall` WebApplicationFirewall — WebApplicationFirewall is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. A WAF is a L7 firewall that includes L3 capabilities
              - …
            - `rateLimiting` RateLimiting — RateLimiting is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. Rate limiting is used to control the frequency of incoming requests to prevent system overload
              - …
            - `rbac` RBAC — RBAC is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `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.
              - …
          - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `region` string
          - `loggings` Logging[]
            - `activityLogging` ActivityLogging — ActivityLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `bootLogging` BootLogging — BootLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `osLogging` OSLogging — OSLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `malwareProtection` MalwareProtection — MalwareProtection is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. analyzes the activity within a Compute resource
            - `durationSinceActive` string
            - `enabled` boolean
            - `numberOfThreatsFound` integer
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `redundancies` Redundancy[]
            - `geoRedundancy` GeoRedundancy — GeoRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `parentId` string
          - `usageStatistics` UsageStatistics — UsageStatistics is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `apiHitsPerMonth` integer
        - `containerImage` ContainerImage — ContainerImage is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `creationTime` string, date-time
          - `description` string
          - `id` string
          - `internetAccessibleEndpoint` boolean
          - `labels` object
          - `name` string
          - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
          - `applicationId` string
          - `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.
              - …
          - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `region` string
          - `loggings` Logging[]
            - `activityLogging` ActivityLogging — ActivityLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `bootLogging` BootLogging — BootLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `osLogging` OSLogging — OSLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `malwareProtection` MalwareProtection — MalwareProtection is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. analyzes the activity within a Compute resource
            - `durationSinceActive` string
            - `enabled` boolean
            - `numberOfThreatsFound` integer
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `redundancies` Redundancy[]
            - `geoRedundancy` GeoRedundancy — GeoRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `parentId` string
          - `usageStatistics` UsageStatistics — UsageStatistics is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `apiHitsPerMonth` integer
        - `vmImage` VMImage — VMImage is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `creationTime` string, date-time
          - `description` string
          - `id` string
          - `internetAccessibleEndpoint` boolean
          - `labels` object
          - `name` string
          - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
          - `applicationId` string
          - `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.
              - …
          - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `region` string
          - `loggings` Logging[]
            - `activityLogging` ActivityLogging — ActivityLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `bootLogging` BootLogging — BootLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `osLogging` OSLogging — OSLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `malwareProtection` MalwareProtection — MalwareProtection is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces. analyzes the activity within a Compute resource
            - `durationSinceActive` string
            - `enabled` boolean
            - `numberOfThreatsFound` integer
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `redundancies` Redundancy[]
            - `geoRedundancy` GeoRedundancy — GeoRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `localRedundancy` LocalRedundancy — LocalRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `zoneRedundancy` ZoneRedundancy — ZoneRedundancy is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
          - `parentId` string
          - `usageStatistics` UsageStatistics — UsageStatistics is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `apiHitsPerMonth` integer
        - `deviceProvisioningService` DeviceProvisioningService — DeviceProvisioningService is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
          - `creationTime` string, date-time
          - `description` string
          - `id` string
          - `internetAccessibleEndpoint` boolean
          - `labels` object
          - `name` string
          - `raw` string — The raw field contains the raw information that is used to fill in the fields of the ontology.
          - `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.
              - …
          - `geoLocation` GeoLocation — GeoLocation is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
            - `region` string
          - `loggings` Logging[]
            - `activityLogging` ActivityLogging — ActivityLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `applicationLogging` ApplicationLogging — ApplicationLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `bootLogging` BootLogging — BootLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `osLogging` OSLogging — OSLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
            - `resourceLogging` ResourceLogging — ResourceLogging is an entity class in our ontology. It can be instantiated and contains all of its properties as well of its implemented interfaces.
              - …
- … 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)
