Application.KnownClientApplications Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit les applications clientes qui sont liées à cette application de ressource. Le consentement pour les applications clientes connues entraîne un consentement implicite pour l'application de ressource via un dialogue de consentement combiné (affichant les étendues d'autorisation requises par le client et la ressource).
[Newtonsoft.Json.JsonProperty(PropertyName="knownClientApplications")]
public System.Collections.Generic.IList<string> KnownClientApplications { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="knownClientApplications")>]
member this.KnownClientApplications : System.Collections.Generic.IList<string> with get, set
Public Property KnownClientApplications As IList(Of String)
Valeur de propriété
- Attributs
-
Newtonsoft.Json.JsonPropertyAttribute
S’applique à
Azure SDK for .NET