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 node.

StartTask 0

The certificate should be visible to the user account under which the start task 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