Google Cloud Security Command Center Context

JSON-LD context defining the semantic vocabulary for Google Cloud Security Command Center from Google Cloud Security Command Center.

0 Classes 4 Properties 4 Namespaces
View Context View on GitHub

Namespaces

scc: https://cloud.google.com/security-command-center/ns/
schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
dcterms: http://purl.org/dc/terms/

Properties

Property Type Container
Finding
Source
Asset
NotificationConfig

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "scc": "https://cloud.google.com/security-command-center/ns/",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "dcterms": "http://purl.org/dc/terms/",

    "Finding": {
      "@id": "scc:Finding",
      "@context": {
        "name": "scc:findingName",
        "parent": "scc:parent",
        "state": "scc:state",
        "category": "scc:category",
        "resourceName": "scc:resourceName",
        "severity": "scc:severity",
        "externalUri": {
          "@id": "schema:url",
          "@type": "@id"
        },
        "eventTime": {
          "@id": "dcterms:date",
          "@type": "xsd:dateTime"
        },
        "createTime": {
          "@id": "dcterms:created",
          "@type": "xsd:dateTime"
        }
      }
    },

    "Source": {
      "@id": "scc:Source",
      "@context": {
        "name": "scc:sourceName",
        "displayName": "schema:name",
        "description": "schema:description"
      }
    },

    "Asset": {
      "@id": "scc:Asset",
      "@context": {
        "name": "scc:assetName",
        "resourceProperties": "scc:resourceProperties",
        "securityCenterProperties": "scc:securityCenterProperties",
        "createTime": {
          "@id": "dcterms:created",
          "@type": "xsd:dateTime"
        },
        "updateTime": {
          "@id": "dcterms:modified",
          "@type": "xsd:dateTime"
        }
      }
    },

    "NotificationConfig": {
      "@id": "scc:NotificationConfig",
      "@context": {
        "name": "scc:configName",
        "description": "schema:description",
        "pubsubTopic": "scc:pubsubTopic",
        "streamingConfig": "scc:streamingConfig"
      }
    }
  }
}