JobTarget.RefreshCredential Property

Definition

Gets or sets the resource ID of the credential that is used during job execution to connect to the target and determine the list of databases inside the target.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to