Uses of Class
com.azure.resourcemanager.appcontainers.models.OpenIdConnectRegistration
-
Packages that use OpenIdConnectRegistration Package Description com.azure.resourcemanager.appcontainers.models Package containing the data models for ContainerAppsApiClient. -
-
Uses of OpenIdConnectRegistration in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return OpenIdConnectRegistration Modifier and Type Method Description OpenIdConnectRegistration
CustomOpenIdConnectProvider. registration()
Get the registration property: The configuration settings of the app registration for the custom Open ID Connect provider.OpenIdConnectRegistration
OpenIdConnectRegistration. withClientCredential(OpenIdConnectClientCredential clientCredential)
Set the clientCredential property: The authentication credentials of the custom Open ID Connect provider.OpenIdConnectRegistration
OpenIdConnectRegistration. withClientId(String clientId)
Set the clientId property: The client id of the custom Open ID Connect provider.OpenIdConnectRegistration
OpenIdConnectRegistration. withOpenIdConnectConfiguration(OpenIdConnectConfig openIdConnectConfiguration)
Set the openIdConnectConfiguration property: The configuration settings of the endpoints used for the custom Open ID Connect provider.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type OpenIdConnectRegistration Modifier and Type Method Description CustomOpenIdConnectProvider
CustomOpenIdConnectProvider. withRegistration(OpenIdConnectRegistration registration)
Set the registration property: The configuration settings of the app registration for the custom Open ID Connect provider.
-