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