Enum "Scheduled Task Auth Delegation Type"

ID 2000000010
Namespace: System.Environment

Defines authentication delegation types for scheduled task execution context. Controls how authentication credentials are handled when tasks are scheduled from different session types.

Remarks

Used for managing security context and authentication delegation in scheduled task scenarios. Essential for maintaining proper security boundaries when tasks are created from agent or user sessions. Supports differentiation between standard and agent-initiated scheduled tasks.

Properties

Name Value
Extensible False
Caption Scheduled Task Auth Delegation Type

Values

Name Description
None

No delegation.

Agent

Task scheduled from an agent session.

See also