Criteria

Get

get

Retrieve the criteria settings of a logon hours setting with the specified ID.

Path parameters
idinteger · int32Required

The ID of a logon hours setting for which to retrieve the criteria settings.

Responses
200

Success

application/json; api-version=1.0
get
/api/LogonHours/{id}/Criteria

Update

put

Update the criteria settings of a logon hours setting with the specified ID.

Path parameters
idinteger · int32Required

The ID of a logon hours setting for which to modify the criteria settings.

Body
securityPrincipalsEnabledboolean | nullableOptional

Whether the Security Principals criteria is enabled or not

securityPrincipalsMatchingModestring · enumOptional

Matching mode type options

Possible values:
gatewaysEnabledboolean | nullableOptional

Whether the Gateways criteria is enabled or not

gatewaysMatchingModestring · enumOptional

Matching mode type options

Possible values:
themesEnabledboolean | nullableOptional

Whether the Themes criteria is enabled or not

themesMatchingModestring · enumOptional

Matching mode type options

Possible values:
devicesEnabledboolean | nullableOptional

Whether the Devices criteria is enabled or not

devicesMatchingModestring · enumOptional

Matching mode type options

Possible values:
oSsEnabledboolean | nullableOptional

Whether the OSs criteria is enabled or not

oSsMatchingModestring · enumOptional

Matching mode type options

Possible values:
iPsEnabledboolean | nullableOptional

Whether the IPs criteria is enabled or not

iPsMatchingModestring · enumOptional

Matching mode type options

Possible values:
hardwareIDsEnabledboolean | nullableOptional

Whether the HardwareIDs criteria is enabled or not

hardwareIDsMatchingModestring · enumOptional

Matching mode type options

Possible values:
Responses
put
/api/LogonHours/{id}/Criteria

No content

Was this helpful?