CosmosDbLinkedService.ServicePrincipalCredentialType Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene o establece el tipo de credencial de la entidad de servicio que se va a usar en la autenticación de servidor a servidor. "ServicePrincipalKey" para key/secret, "ServicePrincipalCert" para el certificado. Tipo: cadena (o Expresión con cadena resultType). Entre los valores posibles se incluyen: "ServicePrincipalKey", "ServicePrincipalCert"
[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.servicePrincipalCredentialType")]
public string ServicePrincipalCredentialType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.servicePrincipalCredentialType")>]
member this.ServicePrincipalCredentialType : string with get, set
Public Property ServicePrincipalCredentialType As String
Valor de propiedad
- Atributos
-
Newtonsoft.Json.JsonPropertyAttribute
Se aplica a
Azure SDK for .NET