Package com.pulumi.gcp.projects.outputs
Class OrganizationPolicyListPolicy
- java.lang.Object
-
- com.pulumi.gcp.projects.outputs.OrganizationPolicyListPolicy
-
public final class OrganizationPolicyListPolicy extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OrganizationPolicyListPolicy.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<OrganizationPolicyListPolicyAllow>
allow()
static OrganizationPolicyListPolicy.Builder
builder()
static OrganizationPolicyListPolicy.Builder
builder(OrganizationPolicyListPolicy defaults)
java.util.Optional<OrganizationPolicyListPolicyDeny>
deny()
java.util.Optional<java.lang.Boolean>
inheritFromParent()
java.util.Optional<java.lang.String>
suggestedValue()
-
-
-
Method Detail
-
allow
public java.util.Optional<OrganizationPolicyListPolicyAllow> allow()
- Returns:
- or `deny` - (Optional) One or the other must be set.
-
deny
public java.util.Optional<OrganizationPolicyListPolicyDeny> 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 OrganizationPolicyListPolicy.Builder builder()
-
builder
public static OrganizationPolicyListPolicy.Builder builder(OrganizationPolicyListPolicy defaults)
-
-