Criteria
Path parameters
idinteger · int32Required
The ID of a client policy for which to retrieve the Criteria settings.
ruleIdinteger · int32Required
The ID of the Rule to retrieve.
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/ClientPolicies/{id}/Rules/{ruleId}/CriteriaPath parameters
idinteger · int32Required
The ID of a client policy for which to modify the Criteria settings.
ruleIdinteger · int32Required
The ID of the Rule to retrieve.
Body
accessstring · enumOptionalPossible values:
Access type options
securityPrincipalsEnabledboolean · nullableOptional
Whether the Security Principals criteria is enabled or not
securityPrincipalsMatchingModestring · enumOptionalPossible values:
Matching mode type options
gatewaysEnabledboolean · nullableOptional
Whether the Gateways criteria is enabled or not
gatewaysMatchingModestring · enumOptionalPossible values:
Matching mode type options
oSsEnabledboolean · nullableOptional
Whether the OSs criteria is enabled or not
oSsMatchingModestring · enumOptionalPossible values:
Matching mode type options
iPsEnabledboolean · nullableOptional
Whether the IPs criteria is enabled or not
iPsMatchingModestring · enumOptionalPossible values:
Matching mode type options
hardwareIDsEnabledboolean · nullableOptional
Whether the HardwareIDs criteria is enabled or not
hardwareIDsMatchingModestring · enumOptionalPossible values:
Matching mode type options
Responses
204
No Content
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
put
/api/ClientPolicies/{id}/Rules/{ruleId}/CriteriaNo content
Last updated