PrivilegeGroup class

Represents a group of AuthorizedPrivilege objects.

The following syntax is simplified from MOF code and includes all inherited properties.

Syntax

[Dynamic, Provider("IPMIPrv"), AMENDMENT]
class PrivilegeGroup : CIM_Group
{
  string Caption;
  string Description;
  string ElementName;
  string CreationClassName;
  string Name;
  string BusinessCategory;
  string CommonName;
};

Members

The PrivilegeGroup class has these types of members:

Properties

The PrivilegeGroup class has these properties.

BusinessCategory

Data type: string

Access type: Read-only

Qualifiers: MaxLen (128)

May be used to describe the kind of business activity performed by the members of the group.

This property is inherited from CIM_Group.

Caption

Data type: string

Access type: Read-only

Qualifiers: MaxLen (64)

The Caption property is a short textual description (one- line string) of the object.

This property is inherited from CIM_ManagedElement.

CommonName

Data type: string

Access type: Read-only

Qualifiers: Required

A (possibly ambiguous) name by which the group is commonly known in some limited scope (such as an organization) and conforms to the naming conventions of the country or culture with which it is associated.

This property is inherited from CIM_Group.

CreationClassName

Data type: string

Access type: Read-only

Qualifiers: Key, MaxLen (256)

Indicates the name of the class or the subclass used in the creation of an instance. When used with the other key properties of this class, this property allows all instances of this class and its subclasses to be uniquely identified.

This property is inherited from CIM_Group.

Description

Data type: string

Access type: Read-only

The Description property provides a textual description of the object.

This property is inherited from CIM_ManagedElement.

ElementName

Data type: string

Access type: Read-only

A user-friendly name for the object. This property allows each instance to define a user-friendly name IN ADDITION TO its key properties/identity data, and description information.

Note that ManagedSystemElement's Name property is also defined as a user-friendly name. But, it is often subclassed to be a Key. It is not reasonable that the same property can convey both identity and a user friendly name, without inconsistencies. Where Name exists and is not a Key (such as for instances of LogicalDevice), the same information MAY be present in both the Name and ElementName properties.

This property is inherited from CIM_ManagedElement.

Name

Data type: string

Access type: Read-only

Qualifiers: Key, MaxLen (1024)

Defines the label by which the object is known. In the case of an LDAP-derived instance, the Name property value may be set to the distinguished name of the LDAP-accessed object instance.

This property is inherited from CIM_Group.

Requirements

Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\hardware
MOF
IpmiPrv.mof
DLL
IpmiPrv.dll

See also

CIM_Group

IPMI Provider