OSes
Retrieve Criteria OS of a Site Defaults object.
Query parameters
siteIdinteger · int32Optional
The SiteId of a Site Defaults object for which to retrieve the Criteria settings (optional).
Responses
200
Success
application/json; api-version=1.0
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
get
/api/MFADefaultSettings/Criteria/OSesModify the OS of the Criteria settings.
Query parameters
siteIdinteger · int32Optional
The Site ID of an object for which to modify the Criteria settings (optional).
Body
allowClientChromeboolean · nullableOptional
Allow Chrome OS clients.
allowClientAndroidboolean · nullableOptional
Allow Android clients.
allowClientWebboolean · nullableOptional
Allow Web clients.
allowClientIOSboolean · nullableOptional
Allow IOS clients.
allowClientLinuxboolean · nullableOptional
Allow Linux clients.
allowClientMACboolean · nullableOptional
Allow Mac clients.
allowClientWindowsboolean · nullableOptional
Allow Windows clients.
allowClientWyseboolean · nullableOptional
Allow Wyse clients.
Responses
204
No Content
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
put
/api/MFADefaultSettings/Criteria/OSesNo content
Was this helpful?