FpcDelegatedAdminType Enumeration
The FpcDelegatedAdminType enumerated type contains values that indicate whether a delegated administrator or group of delegated administrators is identified by the security identifier (SID) or name of the user or group of users.
Syntax
typedef enum FpcDelegatedAdminType {
fpcDelegatedAdminSidValid = 0x01,
fpcDelegatedAdminNameValid = 0x02
} FpcDelegatedAdminType;
Constants
fpcDelegatedAdminSidValid
The security identifier (SID) of the user or group of users is used to identify the delegated administrator or group of delegated administrators.fpcDelegatedAdminNameValid
The account name of the user or group of users is used to identify the delegated administrator or group of delegated administrators.
Remarks
Active Directory accounts are identified by SID and can be used for accessing a Configuration Storage server and for monitoring. Local accounts created on a Forefront TMG computer are identified by name and can be used only for monitoring. For local accounts, mirrored accounts must also be created on each array member for intra-array communication.
Requirements
Client | Requires Windows 7 or Windows Vista. |
Server | Requires Windows Server 2008 R2 or Windows Server 2008 x64 Edition with SP2. |
Version | Requires Forefront Threat Management Gateway (TMG) 2010. |
Header | Declared in Comenum.h. |
See Also
Send comments about this topic to Microsoft
Build date: 6/30/2010