IAdmInitiator

The IAdmInitiator interface represents the initiator of an operation.

Inheritance: IUnknown

Properties

  • Property

  • Description

  • AdsPath

  • Gets the ADS path of the directory object that represents the account of the initiator.

  • Name

  • Gets the name of the initiator.

  • LogonComputer

  • Gets the name of the computer from which the operation was performed by the initiator.

  • Sid

  • Gets the security identifier (SID) of the initiator user account.

  • Guid

  • Gets the GUID of the initiator user account.

  • ObjectClass

  • Gets the object class of the directory object that represents the initiator.

Details

AdsPath

Gets the ADS path of the directory object that represents the account of the initiator.

  • Type:
  • string
  • Access:
  • Read-only

Name

Gets the name of the initiator.

  • Type:
  • string
  • Access:
  • Read-only

LogonComputer

Gets the name of the computer from which the operation was performed by the initiator.

  • Type:
  • string
  • Access:
  • Read-only

Sid

Gets the security identifier (SID) of the initiator's user account.

  • Type:
  • string
  • Access:
  • Read-only

Guid

Gets the GUID of the initiator's user account.

  • Type:
  • string
  • Access:
  • Read-only

ObjectClass

Gets the object class of the directory object that represents the initiator. The property gets the name of the initiator's object class, as defined in the directory schema (e.g. "user", "adm-ScheduledTask").

  • Type:
  • string
  • Access:
  • Read-only

Requirements

Minimum required version: 2023

See also