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