
com.pulumi.ise.identitymanagement.IdentitySourceSequenceArgs 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.ise.identitymanagement;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import com.pulumi.ise.identitymanagement.inputs.IdentitySourceSequenceIdentitySourceArgs;
import java.lang.Boolean;
import java.lang.String;
import java.util.List;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class IdentitySourceSequenceArgs extends com.pulumi.resources.ResourceArgs {
public static final IdentitySourceSequenceArgs Empty = new IdentitySourceSequenceArgs();
/**
* Do not access other stores in the sequence if a selected identity store cannot be accessed for authentication
*
*/
@Import(name="breakOnStoreFail", required=true)
private Output breakOnStoreFail;
/**
* @return Do not access other stores in the sequence if a selected identity store cannot be accessed for authentication
*
*/
public Output breakOnStoreFail() {
return this.breakOnStoreFail;
}
/**
* Certificate Authentication Profile, empty if doesn't exist
*
*/
@Import(name="certificateAuthenticationProfile", required=true)
private Output certificateAuthenticationProfile;
/**
* @return Certificate Authentication Profile, empty if doesn't exist
*
*/
public Output certificateAuthenticationProfile() {
return this.certificateAuthenticationProfile;
}
/**
* Description
*
*/
@Import(name="description")
private @Nullable Output description;
/**
* @return Description
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy