Interface AccessContextManagerAccessLevelsAccessLevelsBasic

    • Method Detail

      • getConditions

        @Stability(Stable)
        @NotNull
        Object getConditions()
        conditions block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_access_levels#conditions AccessContextManagerAccessLevels#conditions}

      • getCombiningFunction

        @Stability(Stable)
        @Nullable
        default String getCombiningFunction()
        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 value: "AND" Possible values: ["AND", "OR"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_access_levels#combining_function AccessContextManagerAccessLevels#combining_function}