Uses of Interface
com.azure.resourcemanager.apimanagement.models.ClientSecretContract
Packages that use ClientSecretContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of ClientSecretContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ClientSecretContractModifier and TypeMethodDescriptionIdentityProviderContract.listSecrets()Gets the client secret details of the Identity Provider.IdentityProviders.listSecrets(String resourceGroupName, String serviceName, IdentityProviderType identityProviderName) Gets the client secret details of the Identity Provider.OpenidConnectProviderContract.listSecrets()Gets the client secret details of the OpenID Connect Provider.OpenIdConnectProviders.listSecrets(String resourceGroupName, String serviceName, String opid) Gets the client secret details of the OpenID Connect Provider.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type ClientSecretContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ClientSecretContract> IdentityProviderContract.listSecretsWithResponse(com.azure.core.util.Context context) Gets the client secret details of the Identity Provider.com.azure.core.http.rest.Response<ClientSecretContract> IdentityProviders.listSecretsWithResponse(String resourceGroupName, String serviceName, IdentityProviderType identityProviderName, com.azure.core.util.Context context) Gets the client secret details of the Identity Provider.com.azure.core.http.rest.Response<ClientSecretContract> OpenidConnectProviderContract.listSecretsWithResponse(com.azure.core.util.Context context) Gets the client secret details of the OpenID Connect Provider.com.azure.core.http.rest.Response<ClientSecretContract> OpenIdConnectProviders.listSecretsWithResponse(String resourceGroupName, String serviceName, String opid, com.azure.core.util.Context context) Gets the client secret details of the OpenID Connect Provider.