A validation unit returns an error only for critical issues. If an
attempt is made to set the problematic policy without rectifying the
critical issue, it causes the setPolicy operation to fail.
Info
Any informative statement which is not severe enough to raise
ERROR/WARNING/NOTICE, like auto-correction recommendations on the
input content. Note that current version of the linter does not utilize
INFO.
Notice
Reserved for the issues that are not severe as ERROR/WARNING, but
need special handling. For instance, messages about skipped validation
units are issued as NOTICE.
Unspecified
Severity is unspecified.
Warning
Any issue which is severe enough but does not cause an error.
For example, suspicious constructs in the input object will not
necessarily fail setPolicy, but there is a high likelihood that they
won't behave as expected during policy evaluation in checkPolicy.
This includes the following common scenarios:
Unsatisfiable condition: Expired timestamp in date/time condition.
Ineffective condition: Condition on a <member, role> pair which is
granted unconditionally in another binding of the same policy.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `Severity` enum in the `Google.Cloud.Iam.Admin.V1` namespace defines possible severity levels for validation results."],["Severity levels include `Deprecated`, `Error`, `Info`, `Notice`, `Unspecified`, and `Warning`, each with specific implications for policy validation and enforcement."],["`Error` severity indicates critical issues that will cause the `setPolicy` operation to fail if not addressed, whereas `Warning` signifies significant issues that may not cause an error but could lead to unexpected behavior."],["`Notice` severity is for less severe issues that still require special handling, and `Info` is for non-critical informative messages, while `Unspecified` indicates that severity has not been set."],["The latest version of the software is version 2.4.0, while the current page is for version 1.1.0, and there are several other previous versions listed on this page."]]],[]]