Class PolicyListPolicy


  • public final class PolicyListPolicy
    extends java.lang.Object
    • Method Detail

      • allow

        public java.util.Optional<PolicyListPolicyAllow> allow()
        Returns:
        or `deny` - (Optional) One or the other must be set.
      • 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.