Uses of Class
com.azure.resourcemanager.apimanagement.models.IdentityProviderUpdateParameters
Packages that use IdentityProviderUpdateParameters
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of IdentityProviderUpdateParameters in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type IdentityProviderUpdateParametersModifier and TypeMethodDescriptionIdentityProvidersClient.update(String resourceGroupName, String serviceName, IdentityProviderType identityProviderName, String ifMatch, IdentityProviderUpdateParameters parameters) Updates an existing IdentityProvider configuration.IdentityProvidersClient.updateWithResponse(String resourceGroupName, String serviceName, IdentityProviderType identityProviderName, String ifMatch, IdentityProviderUpdateParameters parameters, com.azure.core.util.Context context) Updates an existing IdentityProvider configuration. -
Uses of IdentityProviderUpdateParameters in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return IdentityProviderUpdateParametersModifier and TypeMethodDescriptionIdentityProviderUpdateParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IdentityProviderUpdateParameters from the JsonReader.IdentityProviderUpdateParameters.withAllowedTenants(List<String> allowedTenants) Set the allowedTenants property: List of Allowed Tenants when configuring Azure Active Directory login.IdentityProviderUpdateParameters.withAuthority(String authority) Set the authority property: OpenID Connect discovery endpoint hostname for AAD or AAD B2C.IdentityProviderUpdateParameters.withClientId(String clientId) Set the clientId property: Client Id of the Application in the external Identity Provider.IdentityProviderUpdateParameters.withClientLibrary(String clientLibrary) Set the clientLibrary property: The client library to be used in the developer portal.IdentityProviderUpdateParameters.withClientSecret(String clientSecret) Set the clientSecret property: Client secret of the Application in external Identity Provider, used to authenticate login request.IdentityProviderUpdateParameters.withPasswordResetPolicyName(String passwordResetPolicyName) Set the passwordResetPolicyName property: Password Reset Policy Name.IdentityProviderUpdateParameters.withProfileEditingPolicyName(String profileEditingPolicyName) Set the profileEditingPolicyName property: Profile Editing Policy Name.IdentityProviderUpdateParameters.withSigninPolicyName(String signinPolicyName) Set the signinPolicyName property: Signin Policy Name.IdentityProviderUpdateParameters.withSigninTenant(String signinTenant) Set the signinTenant property: The TenantId to use instead of Common when logging into Active Directory.IdentityProviderUpdateParameters.withSignupPolicyName(String signupPolicyName) Set the signupPolicyName property: Signup Policy Name.IdentityProviderUpdateParameters.withType(IdentityProviderType type) Set the type property: Identity Provider Type identifier.