Agent Protection Settings

Returns

GET/api/odata/1.0/AgentProtectionSettings

Model Schema

Field

Datatype

AgentId

string

PartitionId

string

BlockedAppsList

string

ProtectedFilesList

string

IsNetProtectEnabled

string

IsNotifyUserNetworkAccessForAppBlocked

integer

ApprovedNetProtectedList

string

BlockedNetProtectedList

string

NetProtectUserActionOnUnlistedApp

string

Sample Response Model

[
  {
    "AgentId": "string",
    "PartitionId": "string",
    "BlockedAppsList": "string",
    "ProtectedFilesList": "string",
    "IsNetProtectEnabled": "string",
    "IsNotifyUserNetworkAccessForAppBlocked": 0,
    "ApprovedNetProtectedList": "string",
    "BlockedNetProtectedList": "string",
    "NetProtectUserActionOnUnlistedApp": "string"
  }

]