Class PolicyListPolicy
- java.lang.Object
-
- com.pulumi.gcp.organizations.outputs.PolicyListPolicy
-
public final class PolicyListPolicy extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PolicyListPolicy.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<PolicyListPolicyAllow>
allow()
static PolicyListPolicy.Builder
builder()
static PolicyListPolicy.Builder
builder(PolicyListPolicy defaults)
java.util.Optional<PolicyListPolicyDeny>
deny()
java.util.Optional<java.lang.Boolean>
inheritFromParent()
java.util.Optional<java.lang.String>
suggestedValue()
-
-
-
Method Detail
-
allow
public java.util.Optional<PolicyListPolicyAllow> allow()
- Returns:
- or `deny` - (Optional) One or the other must be set.
-
deny
public java.util.Optional<PolicyListPolicyDeny> deny()
-
inheritFromParent
public java.util.Optional<java.lang.Boolean> inheritFromParent()
- Returns:
- If set to true, the values from the effective Policy of the parent resource are inherited, meaning the values set in this Policy are added to the values inherited up the hierarchy. The `allow` or `deny` blocks support:
-
suggestedValue
public java.util.Optional<java.lang.String> suggestedValue()
- Returns:
- The Google Cloud Console will try to default to a configuration that matches the value specified in this field.
-
builder
public static PolicyListPolicy.Builder builder()
-
builder
public static PolicyListPolicy.Builder builder(PolicyListPolicy defaults)
-
-