Uses of Class
com.azure.resourcemanager.apimanagement.models.OpenidConnectProviderUpdateContract
Packages that use OpenidConnectProviderUpdateContract
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of OpenidConnectProviderUpdateContract in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type OpenidConnectProviderUpdateContractModifier and TypeMethodDescriptionOpenIdConnectProvidersClient.update(String resourceGroupName, String serviceName, String opid, String ifMatch, OpenidConnectProviderUpdateContract parameters) Updates the specific OpenID Connect Provider.OpenIdConnectProvidersClient.updateWithResponse(String resourceGroupName, String serviceName, String opid, String ifMatch, OpenidConnectProviderUpdateContract parameters, com.azure.core.util.Context context) Updates the specific OpenID Connect Provider. -
Uses of OpenidConnectProviderUpdateContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return OpenidConnectProviderUpdateContractModifier and TypeMethodDescriptionOpenidConnectProviderUpdateContract.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OpenidConnectProviderUpdateContract from the JsonReader.OpenidConnectProviderUpdateContract.withClientId(String clientId) Set the clientId property: Client ID of developer console which is the client application.OpenidConnectProviderUpdateContract.withClientSecret(String clientSecret) Set the clientSecret property: Client Secret of developer console which is the client application.OpenidConnectProviderUpdateContract.withDescription(String description) Set the description property: User-friendly description of OpenID Connect Provider.OpenidConnectProviderUpdateContract.withDisplayName(String displayName) Set the displayName property: User-friendly OpenID Connect Provider name.OpenidConnectProviderUpdateContract.withMetadataEndpoint(String metadataEndpoint) Set the metadataEndpoint property: Metadata endpoint URI.OpenidConnectProviderUpdateContract.withUseInApiDocumentation(Boolean useInApiDocumentation) Set the useInApiDocumentation property: If true, the Open ID Connect provider will be used in the API documentation in the developer portal.OpenidConnectProviderUpdateContract.withUseInTestConsole(Boolean useInTestConsole) Set the useInTestConsole property: If true, the Open ID Connect provider may be used in the developer portal test console.