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