github.com/thetreep/go-swagger@v0.0.0-20240223100711-35af64f14f01/fixtures/bugs/2919/edge-api/shared/posture-checks.yml (about) 1 --- 2 3 definitions: 4 postureCheckType: 5 type: string 6 enum: 7 - OS 8 - PROCESS 9 - DOMAIN 10 - MAC 11 - MFA 12 - PROCESS_MULTI 13 osType: 14 type: string 15 enum: 16 - Windows 17 - WindowsServer 18 - Android 19 - iOS 20 - Linux 21 - macOS