JobStep.Credential Property

Definition

Gets or sets the resource ID of the job credential that will be used to connect to the targets.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.credential")]
public string Credential { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.credential")>]
member this.Credential : string with get, set
Public Property Credential As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to