IAdmInitiator

The IAdmInitiator interface represents the initiator of an operation.

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 a string that contains the name of an object class as defined in your directory schema (e.g. "user", "inetOrgPerson", "adm-ScheduledTask").

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

Requirements

Minimum required version: 2023

See also