Google Cloud IAM · JSON-LD Context

context Context

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

3 Classes 0 Properties 12 Namespaces
View Context View on GitHub

Namespaces

gcloud: https://cloud.google.com/iam/docs/reference/rest/v1/
name: https://schema.org/name
displayName: https://schema.org/name
description: https://schema.org/description
email: https://schema.org/email
projectId: https://schema.org/identifier
uniqueId: https://schema.org/identifier
disabled: https://schema.org/terminated
title: https://schema.org/roleName
includedPermissions: https://schema.org/hasDigitalDocumentPermission
validAfterTime: https://schema.org/validFrom
validBeforeTime: https://schema.org/validThrough

Classes

ServiceAccount Role ServiceAccountKey

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "gcloud": "https://cloud.google.com/iam/docs/reference/rest/v1/",
    "ServiceAccount": "gcloud:projects.serviceAccounts",
    "Role": "gcloud:roles",
    "ServiceAccountKey": "gcloud:projects.serviceAccounts.keys",
    "name": "https://schema.org/name",
    "displayName": "https://schema.org/name",
    "description": "https://schema.org/description",
    "email": "https://schema.org/email",
    "projectId": "https://schema.org/identifier",
    "uniqueId": "https://schema.org/identifier",
    "disabled": "https://schema.org/terminated",
    "title": "https://schema.org/roleName",
    "includedPermissions": "https://schema.org/hasDigitalDocumentPermission",
    "validAfterTime": "https://schema.org/validFrom",
    "validBeforeTime": "https://schema.org/validThrough"
  }
}