Google Cloud KMS · JSON-LD Context

context Context

JSON-LD context defining the semantic vocabulary for context from Google Cloud KMS.

3 Classes 0 Properties 11 Namespaces
View Context View on GitHub

Namespaces

gcloud: https://cloud.google.com/kms/docs/reference/rest/v1/
name: https://schema.org/name
description: https://schema.org/description
createTime: https://schema.org/dateCreated
purpose: https://schema.org/purpose
state: https://schema.org/status
algorithm: https://schema.org/algorithm
protectionLevel: https://schema.org/securityClearance
labels: https://schema.org/keywords
nextRotationTime: https://schema.org/scheduledTime
rotationPeriod: https://schema.org/repeatFrequency

Classes

KeyRing CryptoKey CryptoKeyVersion

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "gcloud": "https://cloud.google.com/kms/docs/reference/rest/v1/",
    "KeyRing": "gcloud:projects.locations.keyRings",
    "CryptoKey": "gcloud:projects.locations.keyRings.cryptoKeys",
    "CryptoKeyVersion": "gcloud:projects.locations.keyRings.cryptoKeys.cryptoKeyVersions",
    "name": "https://schema.org/name",
    "description": "https://schema.org/description",
    "createTime": "https://schema.org/dateCreated",
    "purpose": "https://schema.org/purpose",
    "state": "https://schema.org/status",
    "algorithm": "https://schema.org/algorithm",
    "protectionLevel": "https://schema.org/securityClearance",
    "labels": "https://schema.org/keywords",
    "nextRotationTime": "https://schema.org/scheduledTime",
    "rotationPeriod": "https://schema.org/repeatFrequency"
  }
}