brokerEvidence object

Deze pagina’s zijn in het engels ten behoeve van mogelijk internationale ontwikkelaars


This object is used in the following endpoints:


Information about the use of a data service broker is provided in brokerEvidence object. The brokerEvidence object is based on the delegationEvidence object, see delegationEvidence object.

Parameters

Type

Description

Parameters

Type

Description

notBefore

Required

Integer

Timestamp indicating the start of the validity period of this broker evidence, MUST be a UNIX timestamp, following the timestamp conventions. SHOULD equal the time of issuing of the evidence unless historic evidence is requested.

notOnOrAfter

Required

Integer

Timestamp indicating the end of the validity period of this broker evidence, MUST be a UNIX timestamp, following the timestamp conventions. The trust framework catalogue MUST set the validity period to be one hour.

policyIssuer

Required

String

MUST contain a valid Organisation ID (an EORI or KvK number) of the data service consumer making use of a data service broker.

target

Required

Object

Object MUST contain an accessSubject. No other elements are allowed. It makes the entire broker evidence applicable only to this accessSubject.

 

accessSubject

Required

String in target

MUST contain a valid Organisation ID (an EORI or KvK number) of the data service broker which receives the rights to act for a data service consumer).

Note, at this time, brokerEvidence provides a data service broker the complete power to act for a data service consumer in all data services. It is foreseen that a data service consumer may only wish to grant a data service broker partial power to act in specific circumstances (for example, in a specific data service, or only at a specific data service provider). When this becomes relevant, the brokerEvidece object will be expanded in line with the delegationEvidece object.

 

{ "notBefore": 1541058939, "notOnOrAfter": 2147483647, "policyIssuer": "EU.EORI.NL000000005", "target": { "accessSubject": "EU.EORI.NL000000001" } }