Beyond Identity · JSON-LD Context
Beyond Identity Context
JSON-LD context defining the semantic vocabulary for Beyond Identity from Beyond Identity.
13 Classes
24 Properties
3 Namespaces
Namespaces
xsd:
http://www.w3.org/2001/XMLSchema#
schema:
https://schema.org/
beyond:
https://developer.beyondidentity.com/vocab#
Classes
Tenant
Realm
Identity
Credential
CredentialBindingJob
Group
Application
AuthenticatorConfig
ResourceServer
SsoConfig
Role
id
type
Properties
| Property | Type | Container |
|---|---|---|
| tenant_id | string | |
| realm_id | string | |
| identity_id | string | |
| display_name | string | |
| create_time | dateTime | |
| update_time | dateTime | |
| status | string | |
| enrollment_status | string | |
| traits | @json | |
| username | string | |
| primary_email_address | string | |
| given_name | string | |
| family_name | string | |
| formatted_name | string | |
| external_id | string | |
| state | string | |
| csr_type | string | |
| jwk_json | string | |
| jwk_thumbprint | string | |
| delivery_method | string | |
| post_binding_redirect_uri | reference | |
| authenticator_config_id | string | |
| expire_time | dateTime | |
| classification | string |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"xsd": "http://www.w3.org/2001/XMLSchema#",
"schema": "https://schema.org/",
"beyond": "https://developer.beyondidentity.com/vocab#",
"Tenant": "beyond:Tenant",
"Realm": "beyond:Realm",
"Identity": "beyond:Identity",
"Credential": "beyond:Credential",
"CredentialBindingJob": "beyond:CredentialBindingJob",
"Group": "beyond:Group",
"Application": "beyond:Application",
"AuthenticatorConfig": "beyond:AuthenticatorConfig",
"ResourceServer": "beyond:ResourceServer",
"SsoConfig": "beyond:SsoConfig",
"Role": "beyond:Role",
"id": "@id",
"type": "@type",
"tenant_id": {
"@id": "beyond:tenantId",
"@type": "xsd:string"
},
"realm_id": {
"@id": "beyond:realmId",
"@type": "xsd:string"
},
"identity_id": {
"@id": "beyond:identityId",
"@type": "xsd:string"
},
"display_name": {
"@id": "schema:name",
"@type": "xsd:string"
},
"create_time": {
"@id": "schema:dateCreated",
"@type": "xsd:dateTime"
},
"update_time": {
"@id": "schema:dateModified",
"@type": "xsd:dateTime"
},
"status": {
"@id": "beyond:status",
"@type": "xsd:string"
},
"enrollment_status": {
"@id": "beyond:enrollmentStatus",
"@type": "xsd:string"
},
"traits": {
"@id": "beyond:traits",
"@type": "@json"
},
"username": {
"@id": "schema:identifier",
"@type": "xsd:string"
},
"primary_email_address": {
"@id": "schema:email",
"@type": "xsd:string"
},
"given_name": {
"@id": "schema:givenName",
"@type": "xsd:string"
},
"family_name": {
"@id": "schema:familyName",
"@type": "xsd:string"
},
"formatted_name": {
"@id": "schema:name",
"@type": "xsd:string"
},
"external_id": {
"@id": "beyond:externalId",
"@type": "xsd:string"
},
"state": {
"@id": "beyond:state",
"@type": "xsd:string"
},
"csr_type": {
"@id": "beyond:csrType",
"@type": "xsd:string"
},
"jwk_json": {
"@id": "beyond:jwkJson",
"@type": "xsd:string"
},
"jwk_thumbprint": {
"@id": "beyond:jwkThumbprint",
"@type": "xsd:string"
},
"delivery_method": {
"@id": "beyond:deliveryMethod",
"@type": "xsd:string"
},
"post_binding_redirect_uri": {
"@id": "beyond:postBindingRedirectUri",
"@type": "@id"
},
"authenticator_config_id": {
"@id": "beyond:authenticatorConfigId",
"@type": "xsd:string"
},
"expire_time": {
"@id": "beyond:expireTime",
"@type": "xsd:dateTime"
},
"classification": {
"@id": "beyond:classification",
"@type": "xsd:string"
}
}
}