
com.pulumi.azurenative.iotoperationsmq.inputs.BrokerAuthenticatorMethodsArgs 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.iotoperationsmq.inputs;
import com.pulumi.azurenative.iotoperationsmq.inputs.BrokerAuthenticatorMethodCustomArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.BrokerAuthenticatorMethodSatArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.BrokerAuthenticatorMethodSvidArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.BrokerAuthenticatorMethodUsernamePasswordArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.BrokerAuthenticatorMethodX509Args;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* Collection of different CrdAuthenticator methods of Broker Resource. NOTE Enum - Only one method is supported for each entry.
*
*/
public final class BrokerAuthenticatorMethodsArgs extends com.pulumi.resources.ResourceArgs {
public static final BrokerAuthenticatorMethodsArgs Empty = new BrokerAuthenticatorMethodsArgs();
/**
* Custom Authentication Method.
*
*/
@Import(name="custom")
private @Nullable Output custom;
/**
* @return Custom Authentication Method.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy