Oracle Cloud Infrastructure · JSON-LD Context

Oracle Cloud Iam Context

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

4 Classes 9 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

Policy Compartment Group User

Properties

Property Type Container
compartmentId string
description string
email string
id string
isMfaActivated boolean
lifecycleState string
name string
statements string set
timeCreated dateTime

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#",
    "Policy": "oci:Policy",
    "Compartment": "oci:Compartment",
    "Group": "oci:Group",
    "User": "oci:User",
    "compartmentId": {
      "@id": "oci:compartmentId",
      "@type": "xsd:string"
    },
    "description": {
      "@id": "schema:description",
      "@type": "xsd:string"
    },
    "email": {
      "@id": "schema:email",
      "@type": "xsd:string"
    },
    "id": {
      "@id": "oci:id",
      "@type": "xsd:string"
    },
    "isMfaActivated": {
      "@id": "oci:isMfaActivated",
      "@type": "xsd:boolean"
    },
    "lifecycleState": {
      "@id": "oci:lifecycleState",
      "@type": "xsd:string"
    },
    "name": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "statements": {
      "@id": "oci:statements",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "timeCreated": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    }
  }
}