Msvm_InteractiveSessionACE class

Represents an access control entry (ACE) that determines access to the interactive session of a virtual machine.

The following syntax is simplified Managed Object Format (MOF) code, and it includes all of the inherited properties.

Syntax

[Dynamic, Provider("VmmsWmiInstanceAndMethodProvider"), AMENDMENT]
class Msvm_InteractiveSessionACE
{
  string Trustee;
  uint16 AccessType;
};

Members

The Msvm_InteractiveSessionACE class has these types of members:

Properties

The Msvm_InteractiveSessionACE class has these properties.

AccessType

Data type: uint16

Access type: Read-only

Indicates whether the ACE grants or denies access to the trustee.

Access Allowed (0)

Access Denied (1)

Trustee

Data type: string

Access type: Read-only

Identifies the security principal that the ACE grants or denies access to. Valid formats for this property include the Windows SAM-compatible user name format and the Windows SID string format.

Requirements

Requirement Value
Minimum supported client
Windows 8 [desktop apps only]
Minimum supported server
Windows Server 2012 [desktop apps only]
Namespace
Root\Virtualization\V2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

GetInteractiveSessionACL