XDASv2 Schema
B
33
n
ov
do
cx (e
n)
16
Ap
ril 20
10
B
XDASv2 Schema
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"},
Summary of Contents for XDASV2 - ADMINISTRATION GUIDE V1
Page 4: ...4 Novell XDASv2 Administration Guide novdocx en 16 April 2010...
Page 6: ...6 Novell XDASv2 Administration Guide novdocx en 16 April 2010...
Page 8: ...8 Novell XDASv2 Administration Guide novdocx en 16 April 2010...
Page 32: ...32 Novell XDASv2 Administration Guide novdocx en 16 April 2010...
Page 40: ...40 Novell XDASv2 Administration Guide novdocx en 16 April 2010...