RSOP_RestrictedGroup class

The RSOP_RestrictedGroup WMI class represents a security policy setting that defines the members of a restricted (security-sensitive) group. This class was added for WindowsĂ‚ XP.

Note  Classes that derive from the RSOP_PolicySetting class must redefine the precedence property to be a key.

The following syntax is simplified from MOF code.

Syntax

class RSOP_RestrictedGroup : RSOP_SecuritySettings
{
  string GroupName;
  string Members[];
  uint32 precedence;
};

Members

The RSOP_RestrictedGroup class has these types of members:

  • Properties

Properties

The RSOP_RestrictedGroup class has these properties.

GroupName

Data type: string

Access type: Read-only

Qualifiers: Key

Name of the group associated with this instance of the security policy setting.

Members

Data type: string array

Access type: Read-only

Array of member accounts associated with this instance of the security policy setting.

precedence

Data type: uint32

Access type: Read-only

Qualifiers: Key

Inherited from RSOP_PolicySetting.

Remarks

The RSOP_RestrictedGroup class is derived from RSOP_SecuritySettings which is derived from RSOP_PolicySetting.

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Namespace

\\.\root\RSOP

MOF

SceRsop.mof

See also

RSOP_SecuritySettings

RSOP_PolicySetting