Microsoft Internet Security and Acceleration Server 2000

FpcSecurityScope

The FpcSecurityScope enumerated type contains values that specify at what the level the security descriptor applies.

enum FpcSecurityScope {
  fpcEnterprisePoliciesScope,
  fpcEnterprisePolicyScope,
  fpcSingleArrayScope,
  fpcAlertsScope,
  fpcSessionsScope
};

Members

fpcEnterprisePoliciesScope
The security descriptor applies on the enterprise policies level.
fpcEnterprisePolicyScope
The security descriptor applies on the level of a single enterprise policy.
fpcSingleArrayScope
The security descriptor applies on the level of a single array.
fpcAlertsScope
The security descriptor applies to alerts.
fpcSessionsScope
The security descriptor applies to sessions.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Version: Requires ISA Server 2000.
  Header: Msfpccom.idl.