API Reference
Class
PrincipalSpec
Principal configuration for the scheduled task.
Inheritance
- Object
- PrincipalSpec
Constructors
public PrincipalSpec() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.