Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.IdentityProviderContractInner
Packages that use IdentityProviderContractInner
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of IdentityProviderContractInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return IdentityProviderContractInnerModifier and TypeMethodDescriptionIdentityProvidersClient.createOrUpdate(String resourceGroupName, String serviceName, IdentityProviderType identityProviderName, IdentityProviderCreateContract parameters) Creates or Updates the IdentityProvider configuration.IdentityProvidersClient.get(String resourceGroupName, String serviceName, IdentityProviderType identityProviderName) Gets the configuration details of the identity Provider configured in specified service instance.IdentityProvidersClient.update(String resourceGroupName, String serviceName, IdentityProviderType identityProviderName, String ifMatch, IdentityProviderUpdateParameters parameters) Updates an existing IdentityProvider configuration.Methods in com.azure.resourcemanager.apimanagement.fluent that return types with arguments of type IdentityProviderContractInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<IdentityProviderContractInner> IdentityProvidersClient.listByService(String resourceGroupName, String serviceName) Lists a collection of Identity Provider configured in the specified service instance.com.azure.core.http.rest.PagedIterable<IdentityProviderContractInner> IdentityProvidersClient.listByService(String resourceGroupName, String serviceName, com.azure.core.util.Context context) Lists a collection of Identity Provider configured in the specified service instance. -
Uses of IdentityProviderContractInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return IdentityProviderContractInnerModifier and TypeMethodDescriptionIdentityProviderContractInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IdentityProviderContractInner from the JsonReader.IdentityProviderContractInner.withAllowedTenants(List<String> allowedTenants) Set the allowedTenants property: List of Allowed Tenants when configuring Azure Active Directory login.IdentityProviderContractInner.withAuthority(String authority) Set the authority property: OpenID Connect discovery endpoint hostname for AAD or AAD B2C.IdentityProviderContractInner.withClientId(String clientId) Set the clientId property: Client Id of the Application in the external Identity Provider.IdentityProviderContractInner.withClientLibrary(String clientLibrary) Set the clientLibrary property: The client library to be used in the developer portal.IdentityProviderContractInner.withClientSecret(String clientSecret) Set the clientSecret property: Client secret of the Application in external Identity Provider, used to authenticate login request.IdentityProviderContractInner.withPasswordResetPolicyName(String passwordResetPolicyName) Set the passwordResetPolicyName property: Password Reset Policy Name.IdentityProviderContractInner.withProfileEditingPolicyName(String profileEditingPolicyName) Set the profileEditingPolicyName property: Profile Editing Policy Name.IdentityProviderContractInner.withSigninPolicyName(String signinPolicyName) Set the signinPolicyName property: Signin Policy Name.IdentityProviderContractInner.withSigninTenant(String signinTenant) Set the signinTenant property: The TenantId to use instead of Common when logging into Active Directory.IdentityProviderContractInner.withSignupPolicyName(String signupPolicyName) Set the signupPolicyName property: Signup Policy Name.IdentityProviderContractInner.withTypePropertiesType(IdentityProviderType type) Set the type property: Identity Provider Type identifier. -
Uses of IdentityProviderContractInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return IdentityProviderContractInnerModifier and TypeMethodDescriptionIdentityProvidersCreateOrUpdateResponse.getValue()Gets the deserialized response body.IdentityProvidersGetResponse.getValue()Gets the deserialized response body.IdentityProvidersUpdateResponse.getValue()Gets the deserialized response body.IdentityProviderContract.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.IdentityProviderContractInner object.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type IdentityProviderContractInnerModifier and TypeMethodDescriptionIdentityProviderList.value()Get the value property: Identity Provider configuration values.Method parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type IdentityProviderContractInnerModifier and TypeMethodDescriptionIdentityProviderList.withValue(List<IdentityProviderContractInner> value) Set the value property: Identity Provider configuration values.Constructors in com.azure.resourcemanager.apimanagement.models with parameters of type IdentityProviderContractInnerModifierConstructorDescriptionIdentityProvidersCreateOrUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, IdentityProviderContractInner value, IdentityProvidersCreateOrUpdateHeaders headers) Creates an instance of IdentityProvidersCreateOrUpdateResponse.IdentityProvidersGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, IdentityProviderContractInner value, IdentityProvidersGetHeaders headers) Creates an instance of IdentityProvidersGetResponse.IdentityProvidersUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, IdentityProviderContractInner value, IdentityProvidersUpdateHeaders headers) Creates an instance of IdentityProvidersUpdateResponse.