Uses of Interface
com.azure.resourcemanager.apimanagement.models.IdentityProviderContract.DefinitionStages.WithCreate
Packages that use IdentityProviderContract.DefinitionStages.WithCreate
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of IdentityProviderContract.DefinitionStages.WithCreate in com.azure.resourcemanager.apimanagement.models
Subinterfaces of IdentityProviderContract.DefinitionStages.WithCreate in com.azure.resourcemanager.apimanagement.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the IdentityProviderContract definition.Methods in com.azure.resourcemanager.apimanagement.models that return IdentityProviderContract.DefinitionStages.WithCreateModifier and TypeMethodDescriptionIdentityProviderContract.DefinitionStages.WithAllowedTenants.withAllowedTenants(List<String> allowedTenants) Specifies the allowedTenants property: List of Allowed Tenants when configuring Azure Active Directory login..IdentityProviderContract.DefinitionStages.WithAuthority.withAuthority(String authority) Specifies the authority property: OpenID Connect discovery endpoint hostname for AAD or AAD B2C..IdentityProviderContract.DefinitionStages.WithClientId.withClientId(String clientId) Specifies the clientId property: Client Id of the Application in the external Identity Provider.IdentityProviderContract.DefinitionStages.WithClientLibrary.withClientLibrary(String clientLibrary) Specifies the clientLibrary property: The client library to be used in the developer portal.IdentityProviderContract.DefinitionStages.WithClientSecret.withClientSecret(String clientSecret) Specifies the clientSecret property: Client secret of the Application in external Identity Provider, used to authenticate login request.IdentityProviderContract.DefinitionStages.WithParentResource.withExistingService(String resourceGroupName, String serviceName) Specifies resourceGroupName, serviceName.IdentityProviderContract.DefinitionStages.WithIfMatch.withIfMatch(String ifMatch) Specifies the ifMatch property: ETag of the Entity.IdentityProviderContract.DefinitionStages.WithPasswordResetPolicyName.withPasswordResetPolicyName(String passwordResetPolicyName) Specifies the passwordResetPolicyName property: Password Reset Policy Name.IdentityProviderContract.DefinitionStages.WithProfileEditingPolicyName.withProfileEditingPolicyName(String profileEditingPolicyName) Specifies the profileEditingPolicyName property: Profile Editing Policy Name.IdentityProviderContract.DefinitionStages.WithSigninPolicyName.withSigninPolicyName(String signinPolicyName) Specifies the signinPolicyName property: Signin Policy Name.IdentityProviderContract.DefinitionStages.WithSigninTenant.withSigninTenant(String signinTenant) Specifies the signinTenant property: The TenantId to use instead of Common when logging into Active Directory.IdentityProviderContract.DefinitionStages.WithSignupPolicyName.withSignupPolicyName(String signupPolicyName) Specifies the signupPolicyName property: Signup Policy Name.IdentityProviderContract.DefinitionStages.WithTypePropertiesType.withTypePropertiesType(IdentityProviderType typePropertiesType) Specifies the typePropertiesType property: Identity Provider Type identifier..