JobStepOutput.Credential Property

Definition

Gets or sets the resource ID of the credential to use to connect to the output destination.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to