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