JobTemplateRights Enum

Definition

Defines the permissions that you can assign to a user for accessing and modifying a job template.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum JobTemplateRights
type JobTemplateRights = 
Public Enum JobTemplateRights
Inheritance
JobTemplateRights
Attributes

Fields

ChangePermissions 262144

Permission to change the security descriptor.

Delete 65536

Permission to delete the job template.

EditTemplate 2

Permission to edit the job template.

Generic_All 327686

Permission to read, update, and apply the job template.

Generic_Execute 4

Permission to submit a job using the template.

Generic_Read 0

Permission to read the job template.

Generic_Write 2

Permission to update the job template.

None 0

Reserved.

SubmitJob 4

Permission to submit a job using the template.

Applies to