List of paths to check for client certificate on linux.
{ "$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" }