Class SubjectRulesReviewStatus

    • Constructor Detail

      • SubjectRulesReviewStatus

        public SubjectRulesReviewStatus()
        No args constructor for use in serialization
    • Method Detail

      • getEvaluationError

        public String getEvaluationError()
        EvaluationError can appear in combination with Rules. It indicates an error occurred during rule evaluation, such as an authorizer that doesn't support rule evaluation, and that ResourceRules and/or NonResourceRules may be incomplete.
      • setEvaluationError

        public void setEvaluationError​(String evaluationError)
        EvaluationError can appear in combination with Rules. It indicates an error occurred during rule evaluation, such as an authorizer that doesn't support rule evaluation, and that ResourceRules and/or NonResourceRules may be incomplete.
      • getIncomplete

        public Boolean getIncomplete()
        Incomplete is true when the rules returned by this call are incomplete. This is most commonly encountered when an authorizer, such as an external authorizer, doesn't support rules evaluation.
      • setIncomplete

        public void setIncomplete​(Boolean incomplete)
        Incomplete is true when the rules returned by this call are incomplete. This is most commonly encountered when an authorizer, such as an external authorizer, doesn't support rules evaluation.
      • getNonResourceRules

        public List<NonResourceRule> getNonResourceRules()
        NonResourceRules is the list of actions the subject is allowed to perform on non-resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.
      • setNonResourceRules

        public void setNonResourceRules​(List<NonResourceRule> nonResourceRules)
        NonResourceRules is the list of actions the subject is allowed to perform on non-resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.
      • getResourceRules

        public List<ResourceRule> getResourceRules()
        ResourceRules is the list of actions the subject is allowed to perform on resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.
      • setResourceRules

        public void setResourceRules​(List<ResourceRule> resourceRules)
        ResourceRules is the list of actions the subject is allowed to perform on resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)