Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting posture-check-types doesn't return MFA #2858

Open
dovholuknf opened this issue Feb 27, 2025 · 0 comments
Open

Getting posture-check-types doesn't return MFA #2858

dovholuknf opened this issue Feb 27, 2025 · 0 comments

Comments

@dovholuknf
Copy link
Member

looking through the management spec it indicates MFA as a valid postureCheckType but when GET'ing /edge/management/v1/posture-check-types MFA is not returned. Should the enum be removed? Should the GET function be updated?

{
    "data": [
        {
            "_links": {
                "self": {
                    "href": "./posture-check-types/MAC"
                }
            },
            "createdAt": "2024-10-17T17:12:11.307Z",
            "id": "MAC",
            "tags": {},
            "updatedAt": "2024-10-17T17:12:11.307Z",
            "name": "MAC Address Check",
            "operatingSystems": [
                {
                    "type": "Android",
                    "versions": [
                        "10",
                        "11",
                        "9"
                    ]
                },
                {
                    "type": "Linux",
                    "versions": [
                        "4.14",
                        "4.19",
                        "5.4",
                        "5.9"
                    ]
                },
                {
                    "type": "Windows",
                    "versions": [
                        "10",
                        "2000",
                        "7",
                        "8",
                        "Vista"
                    ]
                },
                {
                    "type": "macOS",
                    "versions": [
                        "10.15",
                        "11.0"
                    ]
                }
            ],
            "version": null
        },
        {
            "_links": {
                "self": {
                    "href": "./posture-check-types/OS"
                }
            },
            "createdAt": "2024-10-17T17:12:11.306Z",
            "id": "OS",
            "tags": {},
            "updatedAt": "2024-10-17T17:12:11.306Z",
            "name": "Operating System Check",
            "operatingSystems": [
                {
                    "type": "Android",
                    "versions": [
                        "10",
                        "11",
                        "9"
                    ]
                },
                {
                    "type": "Linux",
                    "versions": [
                        "4.14",
                        "4.19",
                        "5.4",
                        "5.9"
                    ]
                },
                {
                    "type": "Windows",
                    "versions": [
                        "10",
                        "2000",
                        "7",
                        "8",
                        "Vista"
                    ]
                },
                {
                    "type": "iOS",
                    "versions": [
                        "11",
                        "12"
                    ]
                },
                {
                    "type": "macOS",
                    "versions": [
                        "10.15",
                        "11.0"
                    ]
                }
            ],
            "version": null
        },
        {
            "_links": {
                "self": {
                    "href": "./posture-check-types/PROCESS"
                }
            },
            "createdAt": "2024-10-17T17:12:11.307Z",
            "id": "PROCESS",
            "tags": {},
            "updatedAt": "2024-10-17T17:12:11.307Z",
            "name": "Process Check",
            "operatingSystems": [
                {
                    "type": "Linux",
                    "versions": [
                        "4.14",
                        "4.19",
                        "5.4",
                        "5.9"
                    ]
                },
                {
                    "type": "Windows",
                    "versions": [
                        "10",
                        "2000",
                        "7",
                        "8",
                        "Vista"
                    ]
                },
                {
                    "type": "macOS",
                    "versions": [
                        "10.15",
                        "11.0"
                    ]
                }
            ],
            "version": null
        },
        {
            "_links": {
                "self": {
                    "href": "./posture-check-types/PROCESS_MULTI"
                }
            },
            "createdAt": "2024-10-17T17:12:11.308Z",
            "id": "PROCESS_MULTI",
            "tags": {},
            "updatedAt": "2024-10-17T17:12:11.308Z",
            "name": "Process Multi Check",
            "operatingSystems": [
                {
                    "type": "Linux",
                    "versions": null
                },
                {
                    "type": "Windows",
                    "versions": null
                },
                {
                    "type": "macOS",
                    "versions": null
                }
            ],
            "version": null
        },
        {
            "_links": {
                "self": {
                    "href": "./posture-check-types/DOMAIN"
                }
            },
            "createdAt": "2024-10-17T17:12:11.307Z",
            "id": "DOMAIN",
            "tags": {},
            "updatedAt": "2024-10-17T17:12:11.307Z",
            "name": "Windows Domain Check",
            "operatingSystems": [
                {
                    "type": "Windows",
                    "versions": [
                        "10",
                        "2000",
                        "7",
                        "8",
                        "Vista"
                    ]
                }
            ],
            "version": null
        }
    ],
    "meta": {
        "filterableFields": [
            "name",
            "id",
            "createdAt",
            "updatedAt",
            "tags",
            "isSystem"
        ],
        "pagination": {
            "limit": 100,
            "offset": 0,
            "totalCount": 5
        }
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant