Share via


DynamicsCrmLinkedService.ServicePrincipalCredential Property

Definition

Gets or sets the credential of the service principal object in Azure Active Directory. If servicePrincipalCredentialType is 'ServicePrincipalKey', servicePrincipalCredential can be SecureString or AzureKeyVaultSecretReference. If servicePrincipalCredentialType is 'ServicePrincipalCert', servicePrincipalCredential can only be AzureKeyVaultSecretReference.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to