Click or drag to resize

GetUserIPAccessModel Class

This class is the model for retrieving user IP restriction access policy information
Inheritance Hierarchy
SystemObject
  AppOne.Services.V2.ContractsGetUserIPAccessModel

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public class GetUserIPAccessModel

The GetUserIPAccessModel type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleAllowPunch Does this IP access policy allow site punches
Public propertyCode exampleAllowSiteAccess Does this IP access policy allow site access to any of the web sites
Public propertyCode exampleDetails A structure that represents an IP access policy detail
Public propertyCode exampleEmpIdentifier The employee identifier the search will be performed on
Public propertyCode exampleID The IP access policy ID assigned to the EmpIdentifier
Public propertyCode exampleIPDetailMatch Does any one of the Details IPAddress match with any IPMatchList items
Public propertyCode exampleName The IP access policy name assigned to the EmpIdentifier
Top
Remarks
This class is the model for retrieving user IP restriction access policy information. The model defines the IP access restrictions that can be set via the time-web security configuration settings.

Note  Note
The GetUserIPAccessModel object is read-only. Direct access to setting these values must be done in the time-web user interface or through an AddModel (if one is available via the API).
Example
See Also