FpcPolicyRuleGroups enumeration
Applies to: desktop apps only
The FpcPolicyRuleGroups enumerated type contains values that specify the group to which a policy rule belongs.
Syntax
typedef enum FpcPolicyRuleGroups {
fpcGroupNone = 0,
fpcWebAccessGroup = 1,
fpcWebPublishingGroup = 2,
fpcServerPublishingGroup = 3,
fpcVoIPAccessGroup = 4,
fpcCustomGroup = 100
} FpcPolicyRuleGroups;
Constants
fpcGroupNone
The policy rule does not belong to any policy rule group.fpcWebAccessGroup
The policy rule belongs to the group of Web access rules.fpcWebPublishingGroup
The policy rule belongs to the group of Web publishing rules.fpcServerPublishingGroup
The policy rule belongs to the group of server publishing rules.fpcVoIPAccessGroup
The pollicy rule belongs to the group of VoIP access rules.fpcCustomGroup
The pollicy rule belongs to a custom group.
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only) |
Version |
Forefront Threat Management Gateway (TMG) 2010 |
Header |
Comenum.h |
See also
Build date: 7/12/2010