Microsoft Azure Common Relation Types

Microsoft Azure Common Relation Types is a feature that allows users to establish relationships between different data entities in their Azure environment. These relationships can be defined in various ways, such as one-to-one, one-to-many, or many-to-many. With these relation types, users can easily connect and reference related data across different Azure services, making it easier to manage and analyze complex data structures.

OpenAPI Specification

common-relation-types-openapi-original.yml Raw ↑
swagger: '2.0'
info:
  version: 2024-01-01-preview
  title: Microsoft Azure Common Relation types
paths: {}
definitions:
  ThreatIntelligence:
    description: ThreatIntelligence property bag.
    properties:
      confidence:
        description: Confidence (must be between 0 and 1)
        format: double
        readOnly: true
        type: number
      providerName:
        description: >-
          Name of the provider from whom this Threat Intelligence information
          was received
        readOnly: true
        type: string
      reportLink:
        description: Report link
        readOnly: true
        type: string
      threatDescription:
        description: Threat description (free text)
        readOnly: true
        type: string
      threatName:
        description: Threat name (e.g. "Jedobot malware")
        readOnly: true
        type: string
      threatType:
        description: Threat type (e.g. "Botnet")
        readOnly: true
        type: string
    type: object
parameters: {}