Interface AnalyzerOrgPolicyConstraint.Constraint.ListConstraintOrBuilder (3.45.0)

public static interface AnalyzerOrgPolicyConstraint.Constraint.ListConstraintOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSupportsIn()

public abstract boolean getSupportsIn()

Indicates whether values grouped into categories can be used in Policy.allowed_values and Policy.denied_values. For example, "in:Python" would match any value in the 'Python' group.

bool supports_in = 1;

Returns
TypeDescription
boolean

The supportsIn.

getSupportsUnder()

public abstract boolean getSupportsUnder()

Indicates whether subtrees of Cloud Resource Manager resource hierarchy can be used in Policy.allowed_values and Policy.denied_values. For example, "under:folders/123" would match any resource under the 'folders/123' folder.

bool supports_under = 2;

Returns
TypeDescription
boolean

The supportsUnder.