ArrayOfSessionManagerGenericServiceTicket
ArrayOfSessionManagerGenericServiceTicket
A boxed array of SessionManagerGenericServiceTicket. To be used in Any placeholders.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"_value": [
{
"_typeName": "string",
"id": "string",
"hostName": "string",
"sslThumbprint": "string",
"certThumbprintList": [
{
"_typeName": "string",
"thumbprint": "string",
"hashAlgorithm": "string"
}
],
"ticketType": "string"
}
]
}