8.2 Ticket Types

8.2.1 EncodedTicket

The EncodedTicket is a simple DataType representing a JSON encoded Ticket.

Its representation in the AddressSpace is defined in Table 8.

Table 6 – EncodedTicket Definition
Attribute Value
BrowseName0:EncodedTicket
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of the 0:String DataType defined in OPC 10000-5.
Conformance Units
Onboarding Ticket Reader

8.2.2 BaseTicketType

The BaseTicketType is an abstract base class for a Ticket.

The fields of this DataType are defined in Table 7.

Table 7 – BaseTicketType Structure
NameTypeDescription
BaseTicketType0:StructureSubtype of the Structure DataType defined in OPC 10000-5.

manufacturerName

0:StringThe name of the Manufacturer for the Device.

modelName

0:String

The model name assigned by the Manufacturer.

Not specified if no model name was assigned or known.

modelVersion

0:String

The model version assigned by the Manufacturer.

Not specified if no model version was assigned or known.

hardwareRevision

0:String

The hardware revision assigned by the Manufacturer.

Not specified if no hardware revision was assigned or known.

softwareRevision

0:String

The software revision assigned by the Manufacturer.

May not be the same as the current version of software installed on the Device.

Not specified if no software revision was assigned or known.

serialNumber

0:String

The serial number assigned by the Manufacturer.

Not specified if no serial number was assigned or known.

manufactureDate

0:DateTime

When the Device was manufactured.

DateTime.MinValue if the date is not known.

authorities

2:CertificateAuthorityType []A list of CAs need to validate DeviceIdentity Certificates on the Device that were installed when the Ticket was created.

Its representation in the AddressSpace is defined in Table 8.

Table 8 – BaseTicketType Definition
Attribute Value
BrowseName2:BaseTicketType
IsAbstractTrue
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of the Structure DataType defined in OPC 10000-5.
Conformance Units
Onboarding Ticket Reader

8.2.3 DeviceIdentityTicketType

The DeviceIdentityTicketType describes a single Device produced by a Manufacturer.

The fields of this DataType are defined in Table 9.

Table 9 – DeviceIdentityTicketType Structure
NameTypeDescription
DeviceIdentityTicketType0:StructureSubtype of the 2:BaseTicketType DataType defined in 8.2.1.

productInstanceUri

0:UriStringThe ProductInstanceUri for the Device.

Its representation in the AddressSpace is defined in Table 10.

Table 10 – DeviceIdentityTicketType Definition
Attribute Value
BrowseName2:DeviceIdentityTicketType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of the BaseTicketType DataType defined in 8.2.1.
Conformance Units
Onboarding Ticket Reader

8.2.4 CompositeIdentityTicketType

The CompositeIdentityTicketType describes a single Composite produced by a CompositeBuilder.

The fields of this DataType are defined in Table 11.

Table 11 – CompositeIdentityTicketType Structure
NameTypeDescription
CompositeIdentityTicketType0:StructureSubtype of the 2:BaseTicketType DataType defined in 8.2.2.

compositeInstanceUri

0:UriString

The ProductInstanceUri assigned to the Composite.

This value appears in LDevID Certificates assigned to Devices by the CompositeBuilder (see 5.3).

devices

0:UriString []A list of ProductInstanceUris for the Devices in the Composite that are externally visible.

composites

0:UriString []A list of CompositeInstanceUris for the sub-components in the Composite that are externally visible.

Its representation in the AddressSpace is defined in Table 12.

Table 12 – CompositeIdentityTicketType Definition
Attribute Value
BrowseName2:CompositeIdentityTicketType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of the BaseTicketType DataType defined in 8.2.2.
Conformance Units
Onboarding Ticket Reader

8.2.5 TicketListType

The TicketListType describes a list of Devices and Composites which are part of a shipment from one organization to another.

The fields of this DataType are defined in Table 13.

Table 13 – TicketListType Structure
NameTypeDescription
TicketListType0:StructureSubtype of the 0:Structure DataType defined in OPC 10000-5.

devices

0:EncodedTicket []

A list of signed DeviceIdentityTickets.

The format is described in 8.1.

composites

0:EncodedTicket []

A list of signed CompositeIdentityTickets.

The format is described in 8.1.

Its representation in the AddressSpace is defined in Table 14.

Table 14 – TicketListType Definition
Attribute Value
BrowseName2:TicketListType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of the Structure DataType defined in OPC 10000-5.
Conformance Units
Onboarding Ticket Reader

8.2.6 CertificateAuthorityType

The CertificateAuthorityType describes a Certificate Authority (CA) used to issue Certificates to Devices, Composites or to organizations that create Tickets.

The fields of this DataType are defined in Table 15.

Table 15 – CertificateAuthorityType Structure
NameTypeDescription
CertificateAuthorityType0:StructureSubtype of the 0:Structure DataType defined in OPC 10000-5.

authorityCertificate

0:ByteStringThe DER encoded Certificate used to issue Certificates.

issuerCertificates

0:ByteString []

The DER encoded form of the Issuer for the authorityCertificate.

It should include the entire chain.

Its representation in the AddressSpace is defined in Table 16.

Table 16 – CertificateAuthorityType Definition
Attribute Value
BrowseName2:CertificateAuthorityType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of the 0:Structure DataType defined in OPC 10000-5.
Conformance Units
Onboarding Ticket Reader