B Xdasv2 Schema; Xdas V2 Json Schema - Novell XDASV2 - ADMINISTRATION GUIDE V1 Administration Manual

For edirectory, idm, and nmas
Table of Contents

Advertisement

XDASv2 Schema
B
Section B.1, "XDAS V2 JSON Schema," on page 33
Section B.2, "XDAS Field Definitions," on page 36
Section B.3, "Outcome Codes," on page 39
Section B.4, "Example of an Event," on page 39
The XDAS schema is defined as follows:
B.1 XDAS V2 JSON Schema
{
"id":"XDASv2",
"title":"XDAS Version 2 JSON Schema",
"description":"A JSON representation of an XDASv2 event record.",
"type":"objectr",
"properties":{
"Source":{
"description":"The original source of the event, if applicable.",
"type":"string",
"optional":true
},
"Observer":{
"description":"The recorder (ie., the XDASv2 service) of the event.",
"type":"object",
"optional":false,
"properties":{
"Account":{"$ref":"account"},
"Entity":{"$ref":"entity"}
}
},
"Initiator":{
"description":"The authenticated entity or access token that causes an
event.",
"type":"object",
"optional":false,
"properties":{
"Account":{"$ref":"account","optional":true},
"Entity":{"$ref":"entity"},
"Assertions":{
"description":"Attribute/value assertions about an identity.",
"type":"object",
"optional":true
}
}
},
"Target":{
"description":"The target object, account, data item, etc of the
event.",
"type":"object",
"optional":true,
"properties":{
"Account":{"$ref":"account"},
B
XDASv2 Schema
33

Advertisement

Table of Contents
loading

Table of Contents