Interface SecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustomPolicyRulesCondition

    • Method Detail

      • getExpression

        @Stability(Stable)
        @NotNull
        String getExpression()
        Textual representation of an expression in Common Expression Language syntax.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/securityposture_posture#expression SecurityposturePosture#expression}

      • getDescription

        @Stability(Stable)
        @Nullable
        default String getDescription()
        Description of the expression.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/securityposture_posture#description SecurityposturePosture#description}

      • getLocation

        @Stability(Stable)
        @Nullable
        default String getLocation()
        String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/securityposture_posture#location SecurityposturePosture#location}

      • getTitle

        @Stability(Stable)
        @Nullable
        default String getTitle()
        Title for the expression, i.e. a short string describing its purpose.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/securityposture_posture#title SecurityposturePosture#title}