Share via


SharePointOnlineListLinkedService.ServicePrincipalKey Property

Definition

Gets or sets the client secret of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to