Class OpenShiftManagedClusterIdentityProviderResponse
- java.lang.Object
-
- com.pulumi.azurenative.containerservice.outputs.OpenShiftManagedClusterIdentityProviderResponse
-
public final class OpenShiftManagedClusterIdentityProviderResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OpenShiftManagedClusterIdentityProviderResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OpenShiftManagedClusterIdentityProviderResponse.Builder
builder()
static OpenShiftManagedClusterIdentityProviderResponse.Builder
builder(OpenShiftManagedClusterIdentityProviderResponse defaults)
java.util.Optional<java.lang.String>
name()
java.util.Optional<OpenShiftManagedClusterAADIdentityProviderResponse>
provider()
-
-
-
Method Detail
-
name
public java.util.Optional<java.lang.String> name()
- Returns:
- Name of the provider.
-
provider
public java.util.Optional<OpenShiftManagedClusterAADIdentityProviderResponse> provider()
- Returns:
- Configuration of the provider.
-
builder
public static OpenShiftManagedClusterIdentityProviderResponse.Builder builder()
-
builder
public static OpenShiftManagedClusterIdentityProviderResponse.Builder builder(OpenShiftManagedClusterIdentityProviderResponse defaults)
-
-