Uses of Interface
com.azure.resourcemanager.apimanagement.models.IdentityProviderContract.Update
Packages that use IdentityProviderContract.Update
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of IdentityProviderContract.Update in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return IdentityProviderContract.UpdateModifier and TypeMethodDescriptionIdentityProviderContract.update()Begins update for the IdentityProviderContract resource.IdentityProviderContract.UpdateStages.WithAllowedTenants.withAllowedTenants(List<String> allowedTenants) Specifies the allowedTenants property: List of Allowed Tenants when configuring Azure Active Directory login..IdentityProviderContract.UpdateStages.WithAuthority.withAuthority(String authority) Specifies the authority property: OpenID Connect discovery endpoint hostname for AAD or AAD B2C..IdentityProviderContract.UpdateStages.WithClientId.withClientId(String clientId) Specifies the clientId property: Client Id of the Application in the external Identity Provider.IdentityProviderContract.UpdateStages.WithClientLibrary.withClientLibrary(String clientLibrary) Specifies the clientLibrary property: The client library to be used in the developer portal.IdentityProviderContract.UpdateStages.WithClientSecret.withClientSecret(String clientSecret) Specifies the clientSecret property: Client secret of the Application in external Identity Provider, used to authenticate login request.IdentityProviderContract.UpdateStages.WithIfMatch.withIfMatch(String ifMatch) Specifies the ifMatch property: ETag of the Entity.IdentityProviderContract.UpdateStages.WithPasswordResetPolicyName.withPasswordResetPolicyName(String passwordResetPolicyName) Specifies the passwordResetPolicyName property: Password Reset Policy Name.IdentityProviderContract.UpdateStages.WithProfileEditingPolicyName.withProfileEditingPolicyName(String profileEditingPolicyName) Specifies the profileEditingPolicyName property: Profile Editing Policy Name.IdentityProviderContract.UpdateStages.WithSigninPolicyName.withSigninPolicyName(String signinPolicyName) Specifies the signinPolicyName property: Signin Policy Name.IdentityProviderContract.UpdateStages.WithSigninTenant.withSigninTenant(String signinTenant) Specifies the signinTenant property: The TenantId to use instead of Common when logging into Active Directory.IdentityProviderContract.UpdateStages.WithSignupPolicyName.withSignupPolicyName(String signupPolicyName) Specifies the signupPolicyName property: Signup Policy Name.IdentityProviderContract.UpdateStages.WithType.withType(IdentityProviderType type) Specifies the type property: Identity Provider Type identifier..