
com.pulumi.azurenative.containerservice.inputs.OpenShiftManagedClusterAuthProfileArgs Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.azurenative.containerservice.inputs;
import com.pulumi.azurenative.containerservice.inputs.OpenShiftManagedClusterIdentityProviderArgs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.util.List;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* Defines all possible authentication profiles for the OpenShift cluster.
*
*/
public final class OpenShiftManagedClusterAuthProfileArgs extends com.pulumi.resources.ResourceArgs {
public static final OpenShiftManagedClusterAuthProfileArgs Empty = new OpenShiftManagedClusterAuthProfileArgs();
/**
* Type of authentication profile to use.
*
*/
@Import(name="identityProviders")
private @Nullable Output> identityProviders;
/**
* @return Type of authentication profile to use.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy