Uses of Class
com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterAadIdentityProvider
Packages that use OpenShiftManagedClusterAadIdentityProvider
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of OpenShiftManagedClusterAadIdentityProvider in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return OpenShiftManagedClusterAadIdentityProviderModifier and TypeMethodDescriptionOpenShiftManagedClusterAadIdentityProvider.withClientId(String clientId) Set the clientId property: The clientId password associated with the provider.OpenShiftManagedClusterAadIdentityProvider.withCustomerAdminGroupId(String customerAdminGroupId) Set the customerAdminGroupId property: The groupId to be granted cluster admin role.OpenShiftManagedClusterAadIdentityProvider.withSecret(String secret) Set the secret property: The secret password associated with the provider.OpenShiftManagedClusterAadIdentityProvider.withTenantId(String tenantId) Set the tenantId property: The tenantId associated with the provider.