Oracle Cloud Infrastructure · JSON-LD Context

Oracle Cloud Iam Create Context

JSON-LD context defining the semantic vocabulary for Oracle Cloud Iam Create from Oracle Cloud Infrastructure.

3 Classes 5 Properties 4 Namespaces
View Context View on GitHub

Namespaces

oci: https://docs.oracle.com/en-us/iaas/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

CreatePolicyDetails CreateUserDetails CreateGroupDetails

Properties

Property Type Container
compartmentId string
description string
email string
name string
statements string set

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "oci": "https://docs.oracle.com/en-us/iaas/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "CreatePolicyDetails": "oci:CreatePolicyDetails",
    "CreateUserDetails": "oci:CreateUserDetails",
    "CreateGroupDetails": "oci:CreateGroupDetails",
    "compartmentId": {
      "@id": "oci:compartmentId",
      "@type": "xsd:string"
    },
    "description": {
      "@id": "schema:description",
      "@type": "xsd:string"
    },
    "email": {
      "@id": "schema:email",
      "@type": "xsd:string"
    },
    "name": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "statements": {
      "@id": "oci:statements",
      "@container": "@set",
      "@type": "xsd:string"
    }
  }
}