Win32_DCOMApplicationAccessAllowedSetting class

The Win32_DCOMApplicationAccessAllowedSetting association WMI class relates the Win32_DCOMApplication instance and the user SIDs that can access it.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties. Properties are listed in alphabetic order, not MOF order.

Syntax

[Association, Dynamic, Provider("CIMWin32"), UUID("{0F73ED59-8ED9-11d2-B340-00105A1F8569}"), AMENDMENT]
class Win32_DCOMApplicationAccessAllowedSetting
{
  Win32_DCOMApplication REF Element;
  Win32_SID             REF Setting;
};

Members

The Win32_DCOMApplicationAccessAllowedSetting class has these types of members:

Properties

The Win32_DCOMApplicationAccessAllowedSetting class has these properties.

Element

Data type: Win32_DCOMApplication

Access type: Read-only

Qualifiers: Key, Override ("Element"), MappingStrings (" Microsoft CIM Win32|Win32_DCOMApplication|AppID")

Reference to the instance representing the DCOM application.

Setting

Data type: Win32_SID

Access type: Read-only

Qualifiers: Key, Override ("Setting"), MappingStrings (" Microsoft CIM Win32|Win32_SID|SID")

Reference to the instance representing the role of a user that can access a component grouped under the associated Win32_DCOMApplication instance.

Requirements

Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\CIMV2
MOF
Secrcw32.mof
DLL
CIMWin32.dll

See also

Operating System Classes