Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.OpenidConnectProviderContractInner
Packages that use OpenidConnectProviderContractInner
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 OpenidConnectProviderContractInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return OpenidConnectProviderContractInnerModifier and TypeMethodDescriptionOpenIdConnectProvidersClient.createOrUpdate(String resourceGroupName, String serviceName, String opid, OpenidConnectProviderContractInner parameters) Creates or updates the OpenID Connect Provider.Gets specific OpenID Connect Provider without secrets.OpenIdConnectProvidersClient.update(String resourceGroupName, String serviceName, String opid, String ifMatch, OpenidConnectProviderUpdateContract parameters) Updates the specific OpenID Connect Provider.Methods in com.azure.resourcemanager.apimanagement.fluent that return types with arguments of type OpenidConnectProviderContractInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<OpenidConnectProviderContractInner> OpenIdConnectProvidersClient.listByService(String resourceGroupName, String serviceName) Lists of all the OpenId Connect Providers.com.azure.core.http.rest.PagedIterable<OpenidConnectProviderContractInner> OpenIdConnectProvidersClient.listByService(String resourceGroupName, String serviceName, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists of all the OpenId Connect Providers.Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type OpenidConnectProviderContractInnerModifier and TypeMethodDescriptionOpenIdConnectProvidersClient.createOrUpdate(String resourceGroupName, String serviceName, String opid, OpenidConnectProviderContractInner parameters) Creates or updates the OpenID Connect Provider.OpenIdConnectProvidersClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String opid, OpenidConnectProviderContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates or updates the OpenID Connect Provider. -
Uses of OpenidConnectProviderContractInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return OpenidConnectProviderContractInnerModifier and TypeMethodDescriptionOpenidConnectProviderContractInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OpenidConnectProviderContractInner from the JsonReader.OpenidConnectProviderContractInner.withClientId(String clientId) Set the clientId property: Client ID of developer console which is the client application.OpenidConnectProviderContractInner.withClientSecret(String clientSecret) Set the clientSecret property: Client Secret of developer console which is the client application.OpenidConnectProviderContractInner.withDescription(String description) Set the description property: User-friendly description of OpenID Connect Provider.OpenidConnectProviderContractInner.withDisplayName(String displayName) Set the displayName property: User-friendly OpenID Connect Provider name.OpenidConnectProviderContractInner.withMetadataEndpoint(String metadataEndpoint) Set the metadataEndpoint property: Metadata endpoint URI.OpenidConnectProviderContractInner.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.OpenidConnectProviderContractInner.withUseInTestConsole(Boolean useInTestConsole) Set the useInTestConsole property: If true, the Open ID Connect provider may be used in the developer portal test console. -
Uses of OpenidConnectProviderContractInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return OpenidConnectProviderContractInnerModifier and TypeMethodDescriptionOpenIdConnectProvidersCreateOrUpdateResponse.getValue()Gets the deserialized response body.OpenIdConnectProvidersGetResponse.getValue()Gets the deserialized response body.OpenIdConnectProvidersUpdateResponse.getValue()Gets the deserialized response body.OpenidConnectProviderContract.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.OpenidConnectProviderContractInner object.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type OpenidConnectProviderContractInnerModifier and TypeMethodDescriptionOpenIdConnectProviderCollection.value()Get the value property: Page values.Method parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type OpenidConnectProviderContractInnerModifier and TypeMethodDescriptionOpenIdConnectProviderCollection.withValue(List<OpenidConnectProviderContractInner> value) Set the value property: Page values.Constructors in com.azure.resourcemanager.apimanagement.models with parameters of type OpenidConnectProviderContractInnerModifierConstructorDescriptionOpenIdConnectProvidersCreateOrUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, OpenidConnectProviderContractInner value, OpenIdConnectProvidersCreateOrUpdateHeaders headers) Creates an instance of OpenIdConnectProvidersCreateOrUpdateResponse.OpenIdConnectProvidersGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, OpenidConnectProviderContractInner value, OpenIdConnectProvidersGetHeaders headers) Creates an instance of OpenIdConnectProvidersGetResponse.OpenIdConnectProvidersUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, OpenidConnectProviderContractInner value, OpenIdConnectProvidersUpdateHeaders headers) Creates an instance of OpenIdConnectProvidersUpdateResponse.