CertificateVisibility Enum

Definition

Defines values for CertificateVisibility.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum CertificateVisibility
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type CertificateVisibility = 
Public Enum CertificateVisibility
Inheritance
CertificateVisibility
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

RemoteUser 2

The Certificate should be visible to the user accounts under which users remotely access the Compute Node.

StartTask 0

The Certificate should be visible to the user account under which the StartTask is run. Note that if AutoUser Scope is Pool for both the StartTask and a Task, this certificate will be visible to the Task as well.

Task 1

The Certificate should be visible to the user accounts under which Job Tasks are run.

Applies to