TestimoX

API Reference

Class

PrincipalSpec

Namespace ComputerX.ScheduledTasks
Assembly ComputerX
Modifiers sealed

Principal configuration for the scheduled task.

Inheritance

  • Object
  • PrincipalSpec

Constructors

public PrincipalSpec() #

Properties

public String User { get; set; } #

Account to run as (e.g., SYSTEM or DOMAIN\User).

public Nullable<Boolean> RunElevated { get; set; } #

Run with the highest privileges (elevated) when supported.

public String LogonType { get; set; } #

Optional logon type hint (e.g., Password, S4U, ServiceAccount). Backend may ignore.