teams-devices_paths

List of paths to check for client certificate on linux.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-teams-devices-paths-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/teams-devices_paths",
  "title": "teams-devices_paths",
  "description": "List of paths to check for client certificate on linux.",
  "example": [
    "/path1",
    "/path2"
  ],
  "items": {
    "type": "string"
  },
  "type": "array"
}