IdentityProviderOperationsExtensions.ListSecrets Méthode
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 les détails de la clé secrète client du fournisseur d’identité.
public static Microsoft.Azure.Management.ApiManagement.Models.ClientSecretContract ListSecrets (this Microsoft.Azure.Management.ApiManagement.IIdentityProviderOperations operations, string resourceGroupName, string serviceName, string identityProviderName);
static member ListSecrets : Microsoft.Azure.Management.ApiManagement.IIdentityProviderOperations * string * string * string -> Microsoft.Azure.Management.ApiManagement.Models.ClientSecretContract
<Extension()>
Public Function ListSecrets (operations As IIdentityProviderOperations, resourceGroupName As String, serviceName As String, identityProviderName As String) As ClientSecretContract
Paramètres
- operations
- IIdentityProviderOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources.
- serviceName
- String
Nom du service Gestion des API.
- identityProviderName
- String
Identificateur du type de fournisseur d’identité. Les valeurs possibles sont les suivantes : « facebook », « google », « microsoft », « twitter », « aad », « aadB2C »
Retours
S’applique à
Azure SDK for .NET