Share via


IIdentityProviderOperations Interface

Definition

IdentityProviderOperations operations.

public interface IIdentityProviderOperations
type IIdentityProviderOperations = interface
Public Interface IIdentityProviderOperations

Methods

CreateOrUpdateWithHttpMessagesAsync(String, String, String, IdentityProviderCreateContract, String, Dictionary<String,List<String>>, CancellationToken)

Creates or Updates the IdentityProvider configuration.

DeleteWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the specified identity provider configuration.

GetEntityTagWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the entity state (Etag) version of the identityProvider specified by its identifier.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the configuration details of the identity Provider configured in specified service instance.

ListByServiceNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists a collection of Identity Provider configured in the specified service instance. https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-aad#how-to-authorize-developer-accounts-using-azure-active-directory

ListByServiceWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Lists a collection of Identity Provider configured in the specified service instance. https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-aad#how-to-authorize-developer-accounts-using-azure-active-directory

ListSecretsWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the client secret details of the Identity Provider.

UpdateWithHttpMessagesAsync(String, String, String, IdentityProviderUpdateParameters, String, Dictionary<String,List<String>>, CancellationToken)

Updates an existing IdentityProvider configuration.

Extension Methods

CreateOrUpdate(IIdentityProviderOperations, String, String, String, IdentityProviderCreateContract, String)

Creates or Updates the IdentityProvider configuration.

CreateOrUpdateAsync(IIdentityProviderOperations, String, String, String, IdentityProviderCreateContract, String, CancellationToken)

Creates or Updates the IdentityProvider configuration.

Delete(IIdentityProviderOperations, String, String, String, String)

Deletes the specified identity provider configuration.

DeleteAsync(IIdentityProviderOperations, String, String, String, String, CancellationToken)

Deletes the specified identity provider configuration.

Get(IIdentityProviderOperations, String, String, String)

Gets the configuration details of the identity Provider configured in specified service instance.

GetAsync(IIdentityProviderOperations, String, String, String, CancellationToken)

Gets the configuration details of the identity Provider configured in specified service instance.

GetEntityTag(IIdentityProviderOperations, String, String, String)

Gets the entity state (Etag) version of the identityProvider specified by its identifier.

GetEntityTagAsync(IIdentityProviderOperations, String, String, String, CancellationToken)

Gets the entity state (Etag) version of the identityProvider specified by its identifier.

ListByService(IIdentityProviderOperations, String, String)

Lists a collection of Identity Provider configured in the specified service instance. https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-aad#how-to-authorize-developer-accounts-using-azure-active-directory

ListByServiceAsync(IIdentityProviderOperations, String, String, CancellationToken)

Lists a collection of Identity Provider configured in the specified service instance. https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-aad#how-to-authorize-developer-accounts-using-azure-active-directory

ListByServiceNext(IIdentityProviderOperations, String)

Lists a collection of Identity Provider configured in the specified service instance. https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-aad#how-to-authorize-developer-accounts-using-azure-active-directory

ListByServiceNextAsync(IIdentityProviderOperations, String, CancellationToken)

Lists a collection of Identity Provider configured in the specified service instance. https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-aad#how-to-authorize-developer-accounts-using-azure-active-directory

ListSecrets(IIdentityProviderOperations, String, String, String)

Gets the client secret details of the Identity Provider.

ListSecretsAsync(IIdentityProviderOperations, String, String, String, CancellationToken)

Gets the client secret details of the Identity Provider.

Update(IIdentityProviderOperations, String, String, String, IdentityProviderUpdateParameters, String)

Updates an existing IdentityProvider configuration.

UpdateAsync(IIdentityProviderOperations, String, String, String, IdentityProviderUpdateParameters, String, CancellationToken)

Updates an existing IdentityProvider configuration.

Applies to