Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.OpenidConnectProviderUpdateContractProperties
Packages that use OpenidConnectProviderUpdateContractProperties
Package
Description
Package containing the inner data models for ApiManagementClient.
-
Uses of OpenidConnectProviderUpdateContractProperties in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return OpenidConnectProviderUpdateContractPropertiesModifier and TypeMethodDescriptionOpenidConnectProviderUpdateContractProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OpenidConnectProviderUpdateContractProperties from the JsonReader.OpenidConnectProviderUpdateContractProperties.withClientId(String clientId) Set the clientId property: Client ID of developer console which is the client application.OpenidConnectProviderUpdateContractProperties.withClientSecret(String clientSecret) Set the clientSecret property: Client Secret of developer console which is the client application.OpenidConnectProviderUpdateContractProperties.withDescription(String description) Set the description property: User-friendly description of OpenID Connect Provider.OpenidConnectProviderUpdateContractProperties.withDisplayName(String displayName) Set the displayName property: User-friendly OpenID Connect Provider name.OpenidConnectProviderUpdateContractProperties.withMetadataEndpoint(String metadataEndpoint) Set the metadataEndpoint property: Metadata endpoint URI.OpenidConnectProviderUpdateContractProperties.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.OpenidConnectProviderUpdateContractProperties.withUseInTestConsole(Boolean useInTestConsole) Set the useInTestConsole property: If true, the Open ID Connect provider may be used in the developer portal test console.