ResponsysLinkedService.ClientSecret Property

Definition

Gets or sets the client secret associated with the Responsys application. Type: string (or Expression with resultType string).

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.clientSecret")]
public Microsoft.Azure.Management.DataFactory.Models.SecretBase ClientSecret { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.clientSecret")>]
member this.ClientSecret : Microsoft.Azure.Management.DataFactory.Models.SecretBase with get, set
Public Property ClientSecret As SecretBase

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to