Uses of Class
com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterIdentityProvider
Packages that use OpenShiftManagedClusterIdentityProvider
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of OpenShiftManagedClusterIdentityProvider in com.azure.resourcemanager.containerservice.models
Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type OpenShiftManagedClusterIdentityProviderModifier and TypeClassDescriptionfinal classDefines the configuration of the identity providers to be used in the OpenShift cluster.Methods in com.azure.resourcemanager.containerservice.models that return OpenShiftManagedClusterIdentityProviderModifier and TypeMethodDescriptionOpenShiftManagedClusterIdentityProvider.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OpenShiftManagedClusterIdentityProvider from the JsonReader.Set the name property: Name of the provider.OpenShiftManagedClusterIdentityProvider.withProvider(OpenShiftManagedClusterBaseIdentityProvider provider) Set the provider property: Configuration of the provider.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type OpenShiftManagedClusterIdentityProviderModifier and TypeMethodDescriptionOpenShiftManagedClusterAuthProfile.identityProviders()Get the identityProviders property: Type of authentication profile to use.Method parameters in com.azure.resourcemanager.containerservice.models with type arguments of type OpenShiftManagedClusterIdentityProviderModifier and TypeMethodDescriptionOpenShiftManagedClusterAuthProfile.withIdentityProviders(List<OpenShiftManagedClusterIdentityProvider> identityProviders) Set the identityProviders property: Type of authentication profile to use.