ArrayOfHostSystemIdentificationInfo
ArrayOfHostSystemIdentificationInfo
A boxed array of HostSystemIdentificationInfo. To be used in Any placeholders.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"_value": [
{
"_typeName": "string",
"identifierValue": "string",
"identifierType": {
"_typeName": "string",
"label": "string",
"summary": "string",
"key": "string"
}
}
]
}