com.pulumi.googlenative.accesscontextmanager.v1beta.inputs.BasicLevelArgs 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.googlenative.accesscontextmanager.v1beta.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.googlenative.accesscontextmanager.v1beta.enums.BasicLevelCombiningFunction;
import com.pulumi.googlenative.accesscontextmanager.v1beta.inputs.ConditionArgs;
import java.util.List;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* `BasicLevel` is an `AccessLevel` using a set of recommended features.
*
*/
public final class BasicLevelArgs extends com.pulumi.resources.ResourceArgs {
public static final BasicLevelArgs Empty = new BasicLevelArgs();
/**
* How the `conditions` list should be combined to determine if a request is granted this `AccessLevel`. If AND is used, each `Condition` in `conditions` must be satisfied for the `AccessLevel` to be applied. If OR is used, at least one `Condition` in `conditions` must be satisfied for the `AccessLevel` to be applied. Default behavior is AND.
*
*/
@Import(name="combiningFunction")
private @Nullable Output combiningFunction;
/**
* @return How the `conditions` list should be combined to determine if a request is granted this `AccessLevel`. If AND is used, each `Condition` in `conditions` must be satisfied for the `AccessLevel` to be applied. If OR is used, at least one `Condition` in `conditions` must be satisfied for the `AccessLevel` to be applied. Default behavior is AND.
*
*/
public Optional
© 2015 - 2024 Weber Informatics LLC | Privacy Policy