List of trust stores to check for client certificate.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/teams-devices_trust_stores", "title": "teams-devices_trust_stores", "description": "List of trust stores to check for client certificate.", "example": [ "system", "user" ], "items": { "$ref": "#/components/schemas/teams-devices_trust_stores_enum" }, "type": "array" }