teams-devices_trust_stores

List of trust stores to check for client certificate.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-teams-devices-trust-stores-schema.json Raw ↑
{
  "$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"
}