다음을 통해 공유


ODataLinkedService.ServicePrincipalEmbeddedCert Property

Definition

Gets or sets specify the base64 encoded certificate of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to