Uses of Class
com.azure.resourcemanager.apimanagement.models.IdentityProviderBaseParameters
Packages that use IdentityProviderBaseParameters
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of IdentityProviderBaseParameters in com.azure.resourcemanager.apimanagement.fluent.models
Subclasses of IdentityProviderBaseParameters in com.azure.resourcemanager.apimanagement.fluent.modelsModifier and TypeClassDescriptionfinal classThe external Identity Providers like Facebook, Google, Microsoft, Twitter or Azure Active Directory which can be used to enable access to the API Management service developer portal for all users.final classThe external Identity Providers like Facebook, Google, Microsoft, Twitter or Azure Active Directory which can be used to enable access to the API Management service developer portal for all users.final classParameters supplied to the Update Identity Provider operation. -
Uses of IdentityProviderBaseParameters in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return IdentityProviderBaseParametersModifier and TypeMethodDescriptionIdentityProviderBaseParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IdentityProviderBaseParameters from the JsonReader.IdentityProviderBaseParameters.withAllowedTenants(List<String> allowedTenants) Set the allowedTenants property: List of Allowed Tenants when configuring Azure Active Directory login.IdentityProviderBaseParameters.withAuthority(String authority) Set the authority property: OpenID Connect discovery endpoint hostname for AAD or AAD B2C.IdentityProviderBaseParameters.withClientLibrary(String clientLibrary) Set the clientLibrary property: The client library to be used in the developer portal.IdentityProviderBaseParameters.withPasswordResetPolicyName(String passwordResetPolicyName) Set the passwordResetPolicyName property: Password Reset Policy Name.IdentityProviderBaseParameters.withProfileEditingPolicyName(String profileEditingPolicyName) Set the profileEditingPolicyName property: Profile Editing Policy Name.IdentityProviderBaseParameters.withSigninPolicyName(String signinPolicyName) Set the signinPolicyName property: Signin Policy Name.IdentityProviderBaseParameters.withSigninTenant(String signinTenant) Set the signinTenant property: The TenantId to use instead of Common when logging into Active Directory.IdentityProviderBaseParameters.withSignupPolicyName(String signupPolicyName) Set the signupPolicyName property: Signup Policy Name.IdentityProviderBaseParameters.withType(IdentityProviderType type) Set the type property: Identity Provider Type identifier.